Html Css Color HEX #FDC034 Saffron

📋 copy color: '#FDC034'

red 253 ◦ green 192 ◦ blue 52

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

Shades of Saffron #FDC034

Tints of Saffron #FDC034

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 52 (20.7% from 255) = 10.46%

R = 50.91%
G = 38.63%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDC034 (or 0xFDC034) is known color: Saffron. HEX triplet: FD, C0 and 34. RGB value is (253,192,52). Sum of RGB (Red+Green+Blue) = 253+192+52=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC034 is #023FCB. Grayscale: #C2C2C2. Windows color (decimal): -147404 or 3457277. OLE color: 3457277.

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

Color convert

RGB 253 192 52 -
CMYK 0 0.24 0.79 0.01
HSL 41.79º 0.98% 0.6% -
HSV(B) 41.79º 0.79% 0.99% -
XYZ 59.98 58.83 11.44 -
YUV 194.28 47.71 169.88 -
System Red Green Blue C M Y K H S L
Decimal 253 192 52 0 0.24 0.79 0.01 41.79 0.98 0.6
Hex FD C0 34 0 18 4F 1 2A 62 3C
Octal 375 300 64 0 30 117 1 52 142 74
Binary 11111101 11000000 110100 0 11000 1001111 1 101010 1100010 111100

Color Harmonies of #FDC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC034

Black with #FDC034

Text Example


Text Example

White with #FDC034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC034; }

 p { color: rgb(253,192,52); }

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

background-color css

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

 a { background-color: rgb(253,192,52); }

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

border-color css

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

 span { border-color: rgb(253,192,52); }

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