Html Css Color HEX #FAAB32 Lightning Yellow

📋 copy color: '#FAAB32'

red 250 ◦ green 171 ◦ blue 50

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

Shades of Lightning Yellow #FAAB32

Tints of Lightning Yellow #FAAB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 53.08%
G = 36.31%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAAB32 (or 0xFAAB32) is known color: Lightning Yellow. HEX triplet: FA, AB and 32. RGB value is (250,171,50). Sum of RGB (Red+Green+Blue) = 250+171+50=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB32 is #0554CD. Grayscale: #B5B5B5. Windows color (decimal): -349390 or 3320826. OLE color: 3320826.

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

Color convert

RGB 250 171 50 -
CMYK 0 0.32 0.8 0.02
HSL 36.3º 0.95% 0.59% -
HSV(B) 36.3º 0.8% 0.98% -
XYZ 54.56 49.68 9.73 -
YUV 180.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 250 171 50 0 0.32 0.8 0.02 36.3 0.95 0.59
Hex FA AB 32 0 20 50 2 24 5F 3B
Octal 372 253 62 0 40 120 2 44 137 73
Binary 11111010 10101011 110010 0 100000 1010000 10 100100 1011111 111011

Color Harmonies of #FAAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB32

Black with #FAAB32

Text Example


Text Example

White with #FAAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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