Html Css Color HEX #FDC327 Saffron

📋 copy color: '#FDC327'

red 253 ◦ green 195 ◦ blue 39

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

Shades of Saffron #FDC327

Tints of Saffron #FDC327

RGB

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

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

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

R = 51.95%
G = 40.04%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC327 (or 0xFDC327) is known color: Saffron. HEX triplet: FD, C3 and 27. RGB value is (253,195,39). Sum of RGB (Red+Green+Blue) = 253+195+39=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC327 is #023CD8. Grayscale: #C3C3C3. Windows color (decimal): -146649 or 2606077. OLE color: 2606077.

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

Color convert

RGB 253 195 39 -
CMYK 0 0.23 0.85 0.01
HSL 43.74º 0.98% 0.57% -
HSV(B) 43.74º 0.85% 0.99% -
XYZ 60.39 60.06 10.33 -
YUV 194.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 253 195 39 0 0.23 0.85 0.01 43.74 0.98 0.57
Hex FD C3 27 0 17 55 1 2C 62 39
Octal 375 303 47 0 27 125 1 54 142 71
Binary 11111101 11000011 100111 0 10111 1010101 1 101100 1100010 111001

Color Harmonies of #FDC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC327

Black with #FDC327

Text Example


Text Example

White with #FDC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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