Html Css Color HEX #FFC12E Saffron

📋 copy color: '#FFC12E'

red 255 ◦ green 193 ◦ blue 46

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

Shades of Saffron #FFC12E

Tints of Saffron #FFC12E

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 value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFC12E (or 0xFFC12E) is known color: 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

RGB 255 193 46 -
CMYK 0 0.24 0.82 0
HSL 42.2º 1% 0.59% -
HSV(B) 42.2º 0.82% 1% -
XYZ 60.8 59.6 10.88 -
YUV 194.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 255 193 46 0 0.24 0.82 0 42.2 1 0.59
Hex FF C1 2E 0 18 52 0 2A 64 3B
Octal 377 301 56 0 30 122 0 52 144 73
Binary 11111111 11000001 101110 0 11000 1010010 0 101010 1100100 111011

Color Harmonies of #FFC12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC12E

Black with #FFC12E

Text Example


Text Example

White with #FFC12E

Text Example


Text Example

HTML Codes & Css Web 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>