Html Css Color HEX #FDC12D Saffron

📋 copy color: '#FDC12D'

red 253 ◦ green 193 ◦ blue 45

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

Shades of Saffron #FDC12D

Tints of Saffron #FDC12D

RGB

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

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

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

R = 51.53%
G = 39.31%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDC12D (or 0xFDC12D) is known color: Saffron. HEX triplet: FD, C1 and 2D. RGB value is (253,193,45). Sum of RGB (Red+Green+Blue) = 253+193+45=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC12D is #023ED2. Grayscale: #C2C2C2. Windows color (decimal): -147155 or 2998781. OLE color: 2998781.

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

Color convert

RGB 253 193 45 -
CMYK 0 0.24 0.82 0.01
HSL 42.69º 0.98% 0.58% -
HSV(B) 42.69º 0.82% 0.99% -
XYZ 60.05 59.21 10.75 -
YUV 194.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 253 193 45 0 0.24 0.82 0.01 42.69 0.98 0.58
Hex FD C1 2D 0 18 52 1 2B 62 3A
Octal 375 301 55 0 30 122 1 53 142 72
Binary 11111101 11000001 101101 0 11000 1010010 1 101011 1100010 111010

Color Harmonies of #FDC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC12D

Black with #FDC12D

Text Example


Text Example

White with #FDC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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