Html Css Color HEX #FDC328 Saffron

📋 copy color: '#FDC328'

red 253 ◦ green 195 ◦ blue 40

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

Shades of Saffron #FDC328

Tints of Saffron #FDC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.2%

R = 51.84%
G = 39.96%
B = 8.2%

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

#FDC328 (or 0xFDC328) is known color: Saffron. HEX triplet: FD, C3 and 28. RGB value is (253,195,40). Sum of RGB (Red+Green+Blue) = 253+195+40=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC328 is #023CD7. Grayscale: #C3C3C3. Windows color (decimal): -146648 or 2671613. OLE color: 2671613.

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

Color convert

RGB 253 195 40 -
CMYK 0 0.23 0.84 0.01
HSL 43.66º 0.98% 0.57% -
HSV(B) 43.66º 0.84% 0.99% -
XYZ 60.41 60.07 10.42 -
YUV 194.67 40.72 169.6 -
System Red Green Blue C M Y K H S L
Decimal 253 195 40 0 0.23 0.84 0.01 43.66 0.98 0.57
Hex FD C3 28 0 17 54 1 2C 62 39
Octal 375 303 50 0 27 124 1 54 142 71
Binary 11111101 11000011 101000 0 10111 1010100 1 101100 1100010 111001

Color Harmonies of #FDC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC328

Black with #FDC328

Text Example


Text Example

White with #FDC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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