Html Css Color HEX #FCAA25 Lightning Yellow

📋 copy color: '#FCAA25'

red 252 ◦ green 170 ◦ blue 37

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

Shades of Lightning Yellow #FCAA25

Tints of Lightning Yellow #FCAA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.06%

R = 54.9%
G = 37.04%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCAA25 (or 0xFCAA25) is known color: Lightning Yellow. HEX triplet: FC, AA and 25. RGB value is (252,170,37). Sum of RGB (Red+Green+Blue) = 252+170+37=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA25 is #0355DA. Grayscale: #B3B3B3. Windows color (decimal): -218587 or 2468604. OLE color: 2468604.

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

Color convert

RGB 252 170 37 -
CMYK 0 0.33 0.85 0.01
HSL 37.12º 0.97% 0.57% -
HSV(B) 37.12º 0.85% 0.99% -
XYZ 54.85 49.58 8.43 -
YUV 179.36 47.67 179.81 -
System Red Green Blue C M Y K H S L
Decimal 252 170 37 0 0.33 0.85 0.01 37.12 0.97 0.57
Hex FC AA 25 0 21 55 1 25 61 39
Octal 374 252 45 0 41 125 1 45 141 71
Binary 11111100 10101010 100101 0 100001 1010101 1 100101 1100001 111001

Color Harmonies of #FCAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA25

Black with #FCAA25

Text Example


Text Example

White with #FCAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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