Html Css Color HEX #FCC025 Saffron

📋 copy color: '#FCC025'

red 252 ◦ green 192 ◦ blue 37

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

Shades of Saffron #FCC025

Tints of Saffron #FCC025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 52.39%
G = 39.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCC025 (or 0xFCC025) is known color: Saffron. HEX triplet: FC, C0 and 25. RGB value is (252,192,37). Sum of RGB (Red+Green+Blue) = 252+192+37=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC025 is #033FDA. Grayscale: #C0C0C0. Windows color (decimal): -212955 or 2474236. OLE color: 2474236.

HSL color Cylindrical-coordinate representation of color #FCC025: hue angle of 43.26º 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 #FCC025 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 37 -
CMYK 0 0.24 0.85 0.01
HSL 43.26º 0.97% 0.57% -
HSV(B) 43.26º 0.85% 0.99% -
XYZ 59.33 58.53 9.92 -
YUV 192.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 252 192 37 0 0.24 0.85 0.01 43.26 0.97 0.57
Hex FC C0 25 0 18 55 1 2B 61 39
Octal 374 300 45 0 30 125 1 53 141 71
Binary 11111100 11000000 100101 0 11000 1010101 1 101011 1100001 111001

Color Harmonies of #FCC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC025

Black with #FCC025

Text Example


Text Example

White with #FCC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC025; }

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

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

background-color css

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

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

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

border-color css

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

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

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