Html Css Color HEX #FAA022 Lightning Yellow

📋 copy color: '#FAA022'

red 250 ◦ green 160 ◦ blue 34

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

Shades of Lightning Yellow #FAA022

Tints of Lightning Yellow #FAA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 34 (13.67% from 255) = 7.66%

R = 56.31%
G = 36.04%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA022 (or 0xFAA022) is known color: Lightning Yellow. HEX triplet: FA, A0 and 22. RGB value is (250,160,34). Sum of RGB (Red+Green+Blue) = 250+160+34=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA022 is #055FDD. Grayscale: #ADADAD. Windows color (decimal): -352222 or 2269434. OLE color: 2269434.

HSL color Cylindrical-coordinate representation of color #FAA022: hue angle of 35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAA022 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 34 -
CMYK 0 0.36 0.86 0.02
HSL 35º 0.96% 0.56% -
HSV(B) 35º 0.86% 0.98% -
XYZ 52.28 45.58 7.56 -
YUV 172.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 250 160 34 0 0.36 0.86 0.02 35 0.96 0.56
Hex FA A0 22 0 24 56 2 23 60 38
Octal 372 240 42 0 44 126 2 43 140 70
Binary 11111010 10100000 100010 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FAA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA022

Black with #FAA022

Text Example


Text Example

White with #FAA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA022; }

 p { color: rgb(250,160,34); }

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

background-color css

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

 a { background-color: rgb(250,160,34); }

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

border-color css

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

 span { border-color: rgb(250,160,34); }

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