Html Css Color HEX #FDC12E Saffron

📋 copy color: '#FDC12E'

red 253 ◦ green 193 ◦ blue 46

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

Shades of Saffron #FDC12E

Tints of Saffron #FDC12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.35%

R = 51.42%
G = 39.23%
B = 9.35%

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

#FDC12E (or 0xFDC12E) is known color: Saffron. HEX triplet: FD, C1 and 2E. RGB value is (253,193,46). Sum of RGB (Red+Green+Blue) = 253+193+46=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC12E is #023ED1. Grayscale: #C2C2C2. Windows color (decimal): -147154 or 3064317. OLE color: 3064317.

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

Color convert

RGB 253 193 46 -
CMYK 0 0.24 0.82 0.01
HSL 42.61º 0.98% 0.59% -
HSV(B) 42.61º 0.82% 0.99% -
XYZ 60.07 59.22 10.85 -
YUV 194.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 253 193 46 0 0.24 0.82 0.01 42.61 0.98 0.59
Hex FD C1 2E 0 18 52 1 2B 62 3B
Octal 375 301 56 0 30 122 1 53 142 73
Binary 11111101 11000001 101110 0 11000 1010010 1 101011 1100010 111011

Color Harmonies of #FDC12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC12E

Black with #FDC12E

Text Example


Text Example

White with #FDC12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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