Html Css Color HEX #FCC039 Saffron

📋 copy color: '#FCC039'

red 252 ◦ green 192 ◦ blue 57

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

Shades of Saffron #FCC039

Tints of Saffron #FCC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.38%

R = 50.3%
G = 38.32%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCC039 (or 0xFCC039) is known color: Saffron. HEX triplet: FC, C0 and 39. RGB value is (252,192,57). Sum of RGB (Red+Green+Blue) = 252+192+57=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 57 (22.66% from 255 or 11.38% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC039 is #033FC6. Grayscale: #C3C3C3. Windows color (decimal): -212935 or 3784956. OLE color: 3784956.

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

Color convert

RGB 252 192 57 -
CMYK 0 0.24 0.77 0.01
HSL 41.54º 0.97% 0.61% -
HSV(B) 41.54º 0.77% 0.99% -
XYZ 59.73 58.69 12.05 -
YUV 194.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 252 192 57 0 0.24 0.77 0.01 41.54 0.97 0.61
Hex FC C0 39 0 18 4D 1 2A 61 3D
Octal 374 300 71 0 30 115 1 52 141 75
Binary 11111100 11000000 111001 0 11000 1001101 1 101010 1100001 111101

Color Harmonies of #FCC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC039

Black with #FCC039

Text Example


Text Example

White with #FCC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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