Html Css Color HEX #FDC329 Saffron

📋 copy color: '#FDC329'

red 253 ◦ green 195 ◦ blue 41

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

Shades of Saffron #FDC329

Tints of Saffron #FDC329

RGB

 RED value IS 253 (99.22% from 255) = 51.74%

 GREEN value IS 195 (76.56% from 255) = 39.88%

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

R = 51.74%
G = 39.88%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDC329 (or 0xFDC329) is known color: Saffron. HEX triplet: FD, C3 and 29. RGB value is (253,195,41). Sum of RGB (Red+Green+Blue) = 253+195+41=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC329 is #023CD6. Grayscale: #C3C3C3. Windows color (decimal): -146647 or 2737149. OLE color: 2737149.

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

Color convert

RGB 253 195 41 -
CMYK 0 0.23 0.84 0.01
HSL 43.58º 0.98% 0.58% -
HSV(B) 43.58º 0.84% 0.99% -
XYZ 60.42 60.07 10.51 -
YUV 194.79 41.22 169.52 -
System Red Green Blue C M Y K H S L
Decimal 253 195 41 0 0.23 0.84 0.01 43.58 0.98 0.58
Hex FD C3 29 0 17 54 1 2C 62 3A
Octal 375 303 51 0 27 124 1 54 142 72
Binary 11111101 11000011 101001 0 10111 1010100 1 101100 1100010 111010

Color Harmonies of #FDC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC329

Black with #FDC329

Text Example


Text Example

White with #FDC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC329; }

 p { color: rgb(253,195,41); }

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

background-color css

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

 a { background-color: rgb(253,195,41); }

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

border-color css

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

 span { border-color: rgb(253,195,41); }

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