Html Css Color HEX #FCAA34 Lightning Yellow

📋 copy color: '#FCAA34'

red 252 ◦ green 170 ◦ blue 52

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

Shades of Lightning Yellow #FCAA34

Tints of Lightning Yellow #FCAA34

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

 GREEN value IS 170 (66.8% from 255) = 35.86%

 BLUE value IS 52 (20.7% from 255) = 10.97%

R = 53.16%
G = 35.86%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCAA34 (or 0xFCAA34) is known color: Lightning Yellow. HEX triplet: FC, AA and 34. RGB value is (252,170,52). Sum of RGB (Red+Green+Blue) = 252+170+52=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA34 is #0355CB. Grayscale: #B5B5B5. Windows color (decimal): -218572 or 3451644. OLE color: 3451644.

HSL color Cylindrical-coordinate representation of color #FCAA34: hue angle of 35.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCAA34 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 52 -
CMYK 0 0.33 0.79 0.01
HSL 35.4º 0.97% 0.6% -
HSV(B) 35.4º 0.79% 0.99% -
XYZ 55.14 49.69 9.93 -
YUV 181.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 252 170 52 0 0.33 0.79 0.01 35.4 0.97 0.6
Hex FC AA 34 0 21 4F 1 23 61 3C
Octal 374 252 64 0 41 117 1 43 141 74
Binary 11111100 10101010 110100 0 100001 1001111 1 100011 1100001 111100

Color Harmonies of #FCAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA34

Black with #FCAA34

Text Example


Text Example

White with #FCAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA34; }

 p { color: rgb(252,170,52); }

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

background-color css

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

 a { background-color: rgb(252,170,52); }

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

border-color css

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

 span { border-color: rgb(252,170,52); }

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