Html Css Color HEX #FAA12C Lightning Yellow

📋 copy color: '#FAA12C'

red 250 ◦ green 161 ◦ blue 44

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

Shades of Lightning Yellow #FAA12C

Tints of Lightning Yellow #FAA12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

 BLUE value IS 44 (17.58% from 255) = 9.67%

R = 54.95%
G = 35.38%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAA12C (or 0xFAA12C) is known color: Lightning Yellow. HEX triplet: FA, A1 and 2C. RGB value is (250,161,44). Sum of RGB (Red+Green+Blue) = 250+161+44=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA12C is #055ED3. Grayscale: #AEAEAE. Windows color (decimal): -351956 or 2925050. OLE color: 2925050.

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

Color convert

RGB 250 161 44 -
CMYK 0 0.36 0.82 0.02
HSL 34.08º 0.95% 0.58% -
HSV(B) 34.08º 0.82% 0.98% -
XYZ 52.62 46 8.49 -
YUV 174.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 250 161 44 0 0.36 0.82 0.02 34.08 0.95 0.58
Hex FA A1 2C 0 24 52 2 22 5F 3A
Octal 372 241 54 0 44 122 2 42 137 72
Binary 11111010 10100001 101100 0 100100 1010010 10 100010 1011111 111010

Color Harmonies of #FAA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA12C

Black with #FAA12C

Text Example


Text Example

White with #FAA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA12C; }

 p { color: rgb(250,161,44); }

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

background-color css

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

 a { background-color: rgb(250,161,44); }

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

border-color css

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

 span { border-color: rgb(250,161,44); }

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