Html Css Color HEX #FDC12C Saffron

📋 copy color: '#FDC12C'

red 253 ◦ green 193 ◦ blue 44

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

Shades of Saffron #FDC12C

Tints of Saffron #FDC12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.98%

R = 51.63%
G = 39.39%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC12C (or 0xFDC12C) is known color: Saffron. HEX triplet: FD, C1 and 2C. RGB value is (253,193,44). Sum of RGB (Red+Green+Blue) = 253+193+44=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC12C is #023ED3. Grayscale: #C2C2C2. Windows color (decimal): -147156 or 2933245. OLE color: 2933245.

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

Color convert

RGB 253 193 44 -
CMYK 0 0.24 0.83 0.01
HSL 42.78º 0.98% 0.58% -
HSV(B) 42.78º 0.83% 0.99% -
XYZ 60.03 59.2 10.65 -
YUV 193.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 253 193 44 0 0.24 0.83 0.01 42.78 0.98 0.58
Hex FD C1 2C 0 18 53 1 2B 62 3A
Octal 375 301 54 0 30 123 1 53 142 72
Binary 11111101 11000001 101100 0 11000 1010011 1 101011 1100010 111010

Color Harmonies of #FDC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC12C

Black with #FDC12C

Text Example


Text Example

White with #FDC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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