#FFC12E

Color #FFC12E Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FFC12E

Tints of Saffron #FFC12E

Color information

#FFC12E (or 0xFFC12E) is unknown color: approx Saffron. HEX triplet: FF, C1 and 2E. RGB value is (255,193,46). Sum of RGB (Red+Green+Blue) = 255+193+46=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC12E is #003ED1. Grayscale: #C3C3C3. Windows color (decimal): -16082 or 3064319. OLE color: 3064319.

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

Color convert

RGB25519346-
CMYK00.240.820
HSL42.2º100%59.02%-
HSV(B)42.2º81.96%100%-
XYZ60.859.610.88-
YUV194.7844.04170.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 46 (18.36% from 255) = 9.31%
R=51.62%
G=39.07%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551934600.240.82042.210059.02
HexFFC12E0185202a643b
Octal3773015603012205214473
Binary1111111111000001101110011000101001001010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC12E; }

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

 H1.HeaderClassName
 {
   color: #FFC12E;
 }
 .AnyTagClassName
 {
   color: #FFC12E;
 }
</style>
background-color css

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

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

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

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

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

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