Html Css Color HEX #FAAC2E Lightning Yellow

📋 copy color: '#FAAC2E'

red 250 ◦ green 172 ◦ blue 46

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

Shades of Lightning Yellow #FAAC2E

Tints of Lightning Yellow #FAAC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.83%

R = 53.42%
G = 36.75%
B = 9.83%

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

#FAAC2E (or 0xFAAC2E) is known color: Lightning Yellow. HEX triplet: FA, AC and 2E. RGB value is (250,172,46). Sum of RGB (Red+Green+Blue) = 250+172+46=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC2E is #0553D1. Grayscale: #B5B5B5. Windows color (decimal): -349138 or 3058938. OLE color: 3058938.

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

Color convert

RGB 250 172 46 -
CMYK 0 0.31 0.82 0.02
HSL 37.06º 0.95% 0.58% -
HSV(B) 37.06º 0.82% 0.98% -
XYZ 54.67 50.03 9.36 -
YUV 180.96 51.84 177.25 -
System Red Green Blue C M Y K H S L
Decimal 250 172 46 0 0.31 0.82 0.02 37.06 0.95 0.58
Hex FA AC 2E 0 1F 52 2 25 5F 3A
Octal 372 254 56 0 37 122 2 45 137 72
Binary 11111010 10101100 101110 0 11111 1010010 10 100101 1011111 111010

Color Harmonies of #FAAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC2E

Black with #FAAC2E

Text Example


Text Example

White with #FAAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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