Html Css Color HEX #FAA72C Lightning Yellow

📋 copy color: '#FAA72C'

red 250 ◦ green 167 ◦ blue 44

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

Shades of Lightning Yellow #FAA72C

Tints of Lightning Yellow #FAA72C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 54.23%
G = 36.23%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAA72C (or 0xFAA72C) is known color: Lightning Yellow. HEX triplet: FA, A7 and 2C. RGB value is (250,167,44). Sum of RGB (Red+Green+Blue) = 250+167+44=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA72C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA72C is #0558D3. Grayscale: #B2B2B2. Windows color (decimal): -350420 or 2926586. OLE color: 2926586.

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

Color convert

RGB 250 167 44 -
CMYK 0 0.33 0.82 0.02
HSL 35.83º 0.95% 0.58% -
HSV(B) 35.83º 0.82% 0.98% -
XYZ 53.7 48.14 8.85 -
YUV 177.8 52.5 179.5 -
System Red Green Blue C M Y K H S L
Decimal 250 167 44 0 0.33 0.82 0.02 35.83 0.95 0.58
Hex FA A7 2C 0 21 52 2 24 5F 3A
Octal 372 247 54 0 41 122 2 44 137 72
Binary 11111010 10100111 101100 0 100001 1010010 10 100100 1011111 111010

Color Harmonies of #FAA72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA72C

Black with #FAA72C

Text Example


Text Example

White with #FAA72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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