Html Css Color HEX #FAAC2D Lightning Yellow

📋 copy color: '#FAAC2D'

red 250 ◦ green 172 ◦ blue 45

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

Shades of Lightning Yellow #FAAC2D

Tints of Lightning Yellow #FAAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.64%

R = 53.53%
G = 36.83%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAAC2D (or 0xFAAC2D) is known color: Lightning Yellow. HEX triplet: FA, AC and 2D. RGB value is (250,172,45). Sum of RGB (Red+Green+Blue) = 250+172+45=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC2D is #0553D2. Grayscale: #B5B5B5. Windows color (decimal): -349139 or 2993402. OLE color: 2993402.

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

Color convert

RGB 250 172 45 -
CMYK 0 0.31 0.82 0.02
HSL 37.17º 0.95% 0.58% -
HSV(B) 37.17º 0.82% 0.98% -
XYZ 54.65 50.02 9.26 -
YUV 180.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 250 172 45 0 0.31 0.82 0.02 37.17 0.95 0.58
Hex FA AC 2D 0 1F 52 2 25 5F 3A
Octal 372 254 55 0 37 122 2 45 137 72
Binary 11111010 10101100 101101 0 11111 1010010 10 100101 1011111 111010

Color Harmonies of #FAAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC2D

Black with #FAAC2D

Text Example


Text Example

White with #FAAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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