Html Css Color HEX #FAAB2C Lightning Yellow

📋 copy color: '#FAAB2C'

red 250 ◦ green 171 ◦ blue 44

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

Shades of Lightning Yellow #FAAB2C

Tints of Lightning Yellow #FAAB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.46%

R = 53.76%
G = 36.77%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAAB2C (or 0xFAAB2C) is known color: Lightning Yellow. HEX triplet: FA, AB and 2C. RGB value is (250,171,44). Sum of RGB (Red+Green+Blue) = 250+171+44=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB2C is #0554D3. Grayscale: #B4B4B4. Windows color (decimal): -349396 or 2927610. OLE color: 2927610.

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

Color convert

RGB 250 171 44 -
CMYK 0 0.32 0.82 0.02
HSL 36.99º 0.95% 0.58% -
HSV(B) 36.99º 0.82% 0.98% -
XYZ 54.44 49.63 9.09 -
YUV 180.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 250 171 44 0 0.32 0.82 0.02 36.99 0.95 0.58
Hex FA AB 2C 0 20 52 2 25 5F 3A
Octal 372 253 54 0 40 122 2 45 137 72
Binary 11111010 10101011 101100 0 100000 1010010 10 100101 1011111 111010

Color Harmonies of #FAAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB2C

Black with #FAAB2C

Text Example


Text Example

White with #FAAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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