Html Css Color HEX #FDC136 Saffron

📋 copy color: '#FDC136'

red 253 ◦ green 193 ◦ blue 54

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

Shades of Saffron #FDC136

Tints of Saffron #FDC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.6%

 BLUE value IS 54 (21.48% from 255) = 10.8%

R = 50.6%
G = 38.6%
B = 10.8%

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

#FDC136 (or 0xFDC136) is known color: Saffron. HEX triplet: FD, C1 and 36. RGB value is (253,193,54). Sum of RGB (Red+Green+Blue) = 253+193+54=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC136 is #023EC9. Grayscale: #C3C3C3. Windows color (decimal): -147146 or 3588605. OLE color: 3588605.

HSL color Cylindrical-coordinate representation of color #FDC136: hue angle of 41.91º 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 #FDC136 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 54 -
CMYK 0 0.24 0.79 0.01
HSL 41.91º 0.98% 0.6% -
HSV(B) 41.91º 0.79% 0.99% -
XYZ 60.24 59.29 11.76 -
YUV 195.09 48.38 169.3 -
System Red Green Blue C M Y K H S L
Decimal 253 193 54 0 0.24 0.79 0.01 41.91 0.98 0.6
Hex FD C1 36 0 18 4F 1 2A 62 3C
Octal 375 301 66 0 30 117 1 52 142 74
Binary 11111101 11000001 110110 0 11000 1001111 1 101010 1100010 111100

Color Harmonies of #FDC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC136

Black with #FDC136

Text Example


Text Example

White with #FDC136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC136; }

 p { color: rgb(253,193,54); }

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

background-color css

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

 a { background-color: rgb(253,193,54); }

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

border-color css

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

 span { border-color: rgb(253,193,54); }

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