Html Css Color HEX #F1AA3C Lightning Yellow

📋 copy color: '#F1AA3C'

red 241 ◦ green 170 ◦ blue 60

#F1AA3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #F1AA3C

Tints of Lightning Yellow #F1AA3C

RGB

 RED value IS 241 (94.53% from 255) = 51.17%

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 51.17%
G = 36.09%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1AA3C (or 0xF1AA3C) is known color: Lightning Yellow. HEX triplet: F1, AA and 3C. RGB value is (241,170,60). Sum of RGB (Red+Green+Blue) = 241+170+60=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AA3C is #0E55C3. Grayscale: #B3B3B3. Windows color (decimal): -939460 or 3975921. OLE color: 3975921.

HSL color Cylindrical-coordinate representation of color #F1AA3C: hue angle of 36.46º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1AA3C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 170 60 -
CMYK 0 0.29 0.75 0.05
HSL 36.46º 0.87% 0.59% -
HSV(B) 36.46º 0.75% 0.95% -
XYZ 51.47 47.78 10.78 -
YUV 178.69 61.02 172.44 -
System Red Green Blue C M Y K H S L
Decimal 241 170 60 0 0.29 0.75 0.05 36.46 0.87 0.59
Hex F1 AA 3C 0 1D 4B 5 24 57 3B
Octal 361 252 74 0 35 113 5 44 127 73
Binary 11110001 10101010 111100 0 11101 1001011 101 100100 1010111 111011

Color Harmonies of #F1AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AA3C

Black with #F1AA3C

Text Example


Text Example

White with #F1AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AA3C; }

 p { color: rgb(241,170,60); }

 H1.HeaderClassName
 {
   color: #F1AA3C;
 }
 .AnyTagClassName
 {
   color: #F1AA3C;
 }
</style>

background-color css

<style>
 a { background-color: #F1AA3C; }

 a { background-color: rgb(241,170,60); }

 div.DivClassName
 {
   background-color: #F1AA3C;
 }
 .BgClassName
 {
   background-color: #F1AA3C;
 }
</style>

border-color css

<style>
 span { border-color: #F1AA3C; }

 span { border-color: rgb(241,170,60); }

 td.TdClassName
 {
   border-color: #F1AA3C;
 }
 .TagClassName
 {
   border-color: #F1AA3C;
 }
</style>