Html Css Color HEX #FAAC28 Lightning Yellow

📋 copy color: '#FAAC28'

red 250 ◦ green 172 ◦ blue 40

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

Shades of Lightning Yellow #FAAC28

Tints of Lightning Yellow #FAAC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 54.11%
G = 37.23%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAAC28 (or 0xFAAC28) is known color: Lightning Yellow. HEX triplet: FA, AC and 28. RGB value is (250,172,40). Sum of RGB (Red+Green+Blue) = 250+172+40=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC28 is #0553D7. Grayscale: #B4B4B4. Windows color (decimal): -349144 or 2665722. OLE color: 2665722.

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

Color convert

RGB 250 172 40 -
CMYK 0 0.31 0.84 0.02
HSL 37.71º 0.95% 0.57% -
HSV(B) 37.71º 0.84% 0.98% -
XYZ 54.56 49.98 8.78 -
YUV 180.27 48.84 177.73 -
System Red Green Blue C M Y K H S L
Decimal 250 172 40 0 0.31 0.84 0.02 37.71 0.95 0.57
Hex FA AC 28 0 1F 54 2 26 5F 39
Octal 372 254 50 0 37 124 2 46 137 71
Binary 11111010 10101100 101000 0 11111 1010100 10 100110 1011111 111001

Color Harmonies of #FAAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC28

Black with #FAAC28

Text Example


Text Example

White with #FAAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC28; }

 p { color: rgb(250,172,40); }

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

background-color css

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

 a { background-color: rgb(250,172,40); }

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

border-color css

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

 span { border-color: rgb(250,172,40); }

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