Html Css Color HEX #FCC027 Saffron

📋 copy color: '#FCC027'

red 252 ◦ green 192 ◦ blue 39

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

Shades of Saffron #FCC027

Tints of Saffron #FCC027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.07%

R = 52.17%
G = 39.75%
B = 8.07%

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

#FCC027 (or 0xFCC027) is known color: Saffron. HEX triplet: FC, C0 and 27. RGB value is (252,192,39). Sum of RGB (Red+Green+Blue) = 252+192+39=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC027 is #033FD8. Grayscale: #C1C1C1. Windows color (decimal): -212953 or 2605308. OLE color: 2605308.

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

Color convert

RGB 252 192 39 -
CMYK 0 0.24 0.85 0.01
HSL 43.1º 0.97% 0.57% -
HSV(B) 43.1º 0.85% 0.99% -
XYZ 59.36 58.54 10.09 -
YUV 192.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 252 192 39 0 0.24 0.85 0.01 43.1 0.97 0.57
Hex FC C0 27 0 18 55 1 2B 61 39
Octal 374 300 47 0 30 125 1 53 141 71
Binary 11111100 11000000 100111 0 11000 1010101 1 101011 1100001 111001

Color Harmonies of #FCC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC027

Black with #FCC027

Text Example


Text Example

White with #FCC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC027; }

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

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

background-color css

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

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

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

border-color css

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

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

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