Html Css Color HEX #FAA036 Lightning Yellow

📋 copy color: '#FAA036'

red 250 ◦ green 160 ◦ blue 54

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

Shades of Lightning Yellow #FAA036

Tints of Lightning Yellow #FAA036

RGB

 RED value IS 250 (98.05% from 255) = 53.88%

 GREEN value IS 160 (62.89% from 255) = 34.48%

 BLUE value IS 54 (21.48% from 255) = 11.64%

R = 53.88%
G = 34.48%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAA036 (or 0xFAA036) is known color: Lightning Yellow. HEX triplet: FA, A0 and 36. RGB value is (250,160,54). Sum of RGB (Red+Green+Blue) = 250+160+54=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA036 is #055FC9. Grayscale: #AFAFAF. Windows color (decimal): -352202 or 3580154. OLE color: 3580154.

HSL color Cylindrical-coordinate representation of color #FAA036: hue angle of 32.45º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAA036 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 54 -
CMYK 0 0.36 0.78 0.02
HSL 32.45º 0.95% 0.6% -
HSV(B) 32.45º 0.78% 0.98% -
XYZ 52.66 45.73 9.54 -
YUV 174.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 250 160 54 0 0.36 0.78 0.02 32.45 0.95 0.6
Hex FA A0 36 0 24 4E 2 20 5F 3C
Octal 372 240 66 0 44 116 2 40 137 74
Binary 11111010 10100000 110110 0 100100 1001110 10 100000 1011111 111100

Color Harmonies of #FAA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA036

Black with #FAA036

Text Example


Text Example

White with #FAA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA036; }

 p { color: rgb(250,160,54); }

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

background-color css

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

 a { background-color: rgb(250,160,54); }

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

border-color css

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

 span { border-color: rgb(250,160,54); }

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