Html Css Color HEX #FAAB36 Lightning Yellow

📋 copy color: '#FAAB36'

red 250 ◦ green 171 ◦ blue 54

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

Shades of Lightning Yellow #FAAB36

Tints of Lightning Yellow #FAAB36

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 52.63%
G = 36%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAAB36 (or 0xFAAB36) is known color: Lightning Yellow. HEX triplet: FA, AB and 36. RGB value is (250,171,54). Sum of RGB (Red+Green+Blue) = 250+171+54=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 54 (21.48% from 255 or 11.37% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB36 is #0554C9. Grayscale: #B5B5B5. Windows color (decimal): -349386 or 3582970. OLE color: 3582970.

HSL color Cylindrical-coordinate representation of color #FAAB36: hue angle of 35.82º 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 #FAAB36 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 54 -
CMYK 0 0.32 0.78 0.02
HSL 35.82º 0.95% 0.6% -
HSV(B) 35.82º 0.78% 0.98% -
XYZ 54.65 49.72 10.21 -
YUV 181.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 250 171 54 0 0.32 0.78 0.02 35.82 0.95 0.6
Hex FA AB 36 0 20 4E 2 24 5F 3C
Octal 372 253 66 0 40 116 2 44 137 74
Binary 11111010 10101011 110110 0 100000 1001110 10 100100 1011111 111100

Color Harmonies of #FAAB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB36

Black with #FAAB36

Text Example


Text Example

White with #FAAB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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