#FFC12C

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

Shades of Saffron #FFC12C

Tints of Saffron #FFC12C

Color information

#FFC12C (or 0xFFC12C) is unknown color: approx Saffron. HEX triplet: FF, C1 and 2C. RGB value is (255,193,44). Sum of RGB (Red+Green+Blue) = 255+193+44=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC12C is #003ED3. Grayscale: #C3C3C3. Windows color (decimal): -16084 or 2933247. OLE color: 2933247.

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

Color convert

RGB25519344-
CMYK00.240.830
HSL42.37º100%58.63%-
HSV(B)42.37º82.75%100%-
XYZ60.7659.5810.68-
YUV194.5543.04171.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 44 (17.58% from 255) = 8.94%
R=51.83%
G=39.23%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551934400.240.83042.3710058.63
HexFFC12C0185302a643b
Octal3773015403012305214473
Binary1111111111000001101100011000101001101010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC12C; }

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

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

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

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

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

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

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

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