Html Css Color HEX #FAAC2A Lightning Yellow

📋 copy color: '#FAAC2A'

red 250 ◦ green 172 ◦ blue 42

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

Shades of Lightning Yellow #FAAC2A

Tints of Lightning Yellow #FAAC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 53.88%
G = 37.07%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAAC2A (or 0xFAAC2A) is known color: Lightning Yellow. HEX triplet: FA, AC and 2A. RGB value is (250,172,42). Sum of RGB (Red+Green+Blue) = 250+172+42=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC2A is #0553D5. Grayscale: #B5B5B5. Windows color (decimal): -349142 or 2796794. OLE color: 2796794.

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

Color convert

RGB 250 172 42 -
CMYK 0 0.31 0.83 0.02
HSL 37.5º 0.95% 0.57% -
HSV(B) 37.5º 0.83% 0.98% -
XYZ 54.59 50 8.96 -
YUV 180.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 250 172 42 0 0.31 0.83 0.02 37.5 0.95 0.57
Hex FA AC 2A 0 1F 53 2 26 5F 39
Octal 372 254 52 0 37 123 2 46 137 71
Binary 11111010 10101100 101010 0 11111 1010011 10 100110 1011111 111001

Color Harmonies of #FAAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC2A

Black with #FAAC2A

Text Example


Text Example

White with #FAAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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