Html Css Color HEX #FFC12C Saffron

📋 copy color: '#FFC12C'

red 255 ◦ green 193 ◦ blue 44

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

Shades of Saffron #FFC12C

Tints of Saffron #FFC12C

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

 M value IS 0.24

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 193 44 -
CMYK 0 0.24 0.83 0
HSL 42.37º 1% 0.59% -
HSV(B) 42.37º 0.83% 1% -
XYZ 60.76 59.58 10.68 -
YUV 194.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 255 193 44 0 0.24 0.83 0 42.37 1 0.59
Hex FF C1 2C 0 18 53 0 2A 64 3B
Octal 377 301 54 0 30 123 0 52 144 73
Binary 11111111 11000001 101100 0 11000 1010011 0 101010 1100100 111011

Color Harmonies of #FFC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC12C

Black with #FFC12C

Text Example


Text Example

White with #FFC12C

Text Example


Text Example

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