Html Css Color HEX #FDC32D Saffron

📋 copy color: '#FDC32D'

red 253 ◦ green 195 ◦ blue 45

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

Shades of Saffron #FDC32D

Tints of Saffron #FDC32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.13%

R = 51.32%
G = 39.55%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDC32D (or 0xFDC32D) is known color: Saffron. HEX triplet: FD, C3 and 2D. RGB value is (253,195,45). Sum of RGB (Red+Green+Blue) = 253+195+45=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC32D is #023CD2. Grayscale: #C3C3C3. Windows color (decimal): -146643 or 2999293. OLE color: 2999293.

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

Color convert

RGB 253 195 45 -
CMYK 0 0.23 0.82 0.01
HSL 43.27º 0.98% 0.58% -
HSV(B) 43.27º 0.82% 0.99% -
XYZ 60.5 60.1 10.9 -
YUV 195.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 253 195 45 0 0.23 0.82 0.01 43.27 0.98 0.58
Hex FD C3 2D 0 17 52 1 2B 62 3A
Octal 375 303 55 0 27 122 1 53 142 72
Binary 11111101 11000011 101101 0 10111 1010010 1 101011 1100010 111010

Color Harmonies of #FDC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC32D

Black with #FDC32D

Text Example


Text Example

White with #FDC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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