Html Css Color HEX #FAAB37 Lightning Yellow

📋 copy color: '#FAAB37'

red 250 ◦ green 171 ◦ blue 55

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

Shades of Lightning Yellow #FAAB37

Tints of Lightning Yellow #FAAB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.55%

R = 52.52%
G = 35.92%
B = 11.55%

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

#FAAB37 (or 0xFAAB37) is known color: Lightning Yellow. HEX triplet: FA, AB and 37. RGB value is (250,171,55). Sum of RGB (Red+Green+Blue) = 250+171+55=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB37 is #0554C8. Grayscale: #B5B5B5. Windows color (decimal): -349385 or 3648506. OLE color: 3648506.

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

Color convert

RGB 250 171 55 -
CMYK 0 0.32 0.78 0.02
HSL 35.69º 0.95% 0.6% -
HSV(B) 35.69º 0.78% 0.98% -
XYZ 54.68 49.73 10.33 -
YUV 181.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 250 171 55 0 0.32 0.78 0.02 35.69 0.95 0.6
Hex FA AB 37 0 20 4E 2 24 5F 3C
Octal 372 253 67 0 40 116 2 44 137 74
Binary 11111010 10101011 110111 0 100000 1001110 10 100100 1011111 111100

Color Harmonies of #FAAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB37

Black with #FAAB37

Text Example


Text Example

White with #FAAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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