Html Css Color HEX #FCC629 Saffron

📋 copy color: '#FCC629'

red 252 ◦ green 198 ◦ blue 41

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

Shades of Saffron #FCC629

Tints of Saffron #FCC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.33%

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

R = 51.32%
G = 40.33%
B = 8.35%

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

#FCC629 (or 0xFCC629) is known color: Saffron. HEX triplet: FC, C6 and 29. RGB value is (252,198,41). Sum of RGB (Red+Green+Blue) = 252+198+41=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC629 is #0339D6. Grayscale: #C4C4C4. Windows color (decimal): -211415 or 2737916. OLE color: 2737916.

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

Color convert

RGB 252 198 41 -
CMYK 0 0.21 0.84 0.01
HSL 44.64º 0.97% 0.57% -
HSV(B) 44.64º 0.84% 0.99% -
XYZ 60.74 61.24 10.72 -
YUV 196.25 40.39 167.77 -
System Red Green Blue C M Y K H S L
Decimal 252 198 41 0 0.21 0.84 0.01 44.64 0.97 0.57
Hex FC C6 29 0 15 54 1 2D 61 39
Octal 374 306 51 0 25 124 1 55 141 71
Binary 11111100 11000110 101001 0 10101 1010100 1 101101 1100001 111001

Color Harmonies of #FCC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC629

Black with #FCC629

Text Example


Text Example

White with #FCC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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