Html Css Color HEX #FCC729 Saffron

📋 copy color: '#FCC729'

red 252 ◦ green 199 ◦ blue 41

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

Shades of Saffron #FCC729

Tints of Saffron #FCC729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.45%

 BLUE value IS 41 (16.41% from 255) = 8.33%

R = 51.22%
G = 40.45%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCC729 (or 0xFCC729) is known color: Saffron. HEX triplet: FC, C7 and 29. RGB value is (252,199,41). Sum of RGB (Red+Green+Blue) = 252+199+41=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC729 is #0338D6. Grayscale: #C5C5C5. Windows color (decimal): -211159 or 2738172. OLE color: 2738172.

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

Color convert

RGB 252 199 41 -
CMYK 0 0.21 0.84 0.01
HSL 44.93º 0.97% 0.57% -
HSV(B) 44.93º 0.84% 0.99% -
XYZ 60.97 61.7 10.79 -
YUV 196.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 252 199 41 0 0.21 0.84 0.01 44.93 0.97 0.57
Hex FC C7 29 0 15 54 1 2D 61 39
Octal 374 307 51 0 25 124 1 55 141 71
Binary 11111100 11000111 101001 0 10101 1010100 1 101101 1100001 111001

Color Harmonies of #FCC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC729

Black with #FCC729

Text Example


Text Example

White with #FCC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC729; }

 p { color: rgb(252,199,41); }

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

background-color css

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

 a { background-color: rgb(252,199,41); }

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

border-color css

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

 span { border-color: rgb(252,199,41); }

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