Html Css Color HEX #FDC32F Saffron

📋 copy color: '#FDC32F'

red 253 ◦ green 195 ◦ blue 47

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

Shades of Saffron #FDC32F

Tints of Saffron #FDC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 51.11%
G = 39.39%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDC32F (or 0xFDC32F) is known color: Saffron. HEX triplet: FD, C3 and 2F. RGB value is (253,195,47). Sum of RGB (Red+Green+Blue) = 253+195+47=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC32F is #023CD0. Grayscale: #C4C4C4. Windows color (decimal): -146641 or 3130365. OLE color: 3130365.

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

Color convert

RGB 253 195 47 -
CMYK 0 0.23 0.81 0.01
HSL 43.11º 0.98% 0.59% -
HSV(B) 43.11º 0.81% 0.99% -
XYZ 60.54 60.12 11.1 -
YUV 195.47 44.22 169.03 -
System Red Green Blue C M Y K H S L
Decimal 253 195 47 0 0.23 0.81 0.01 43.11 0.98 0.59
Hex FD C3 2F 0 17 51 1 2B 62 3B
Octal 375 303 57 0 27 121 1 53 142 73
Binary 11111101 11000011 101111 0 10111 1010001 1 101011 1100010 111011

Color Harmonies of #FDC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC32F

Black with #FDC32F

Text Example


Text Example

White with #FDC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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