Html Css Color HEX #F6C136 Saffron

📋 copy color: '#F6C136'

red 246 ◦ green 193 ◦ blue 54

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

Shades of Saffron #F6C136

Tints of Saffron #F6C136

RGB

 RED value IS 246 (96.48% from 255) = 49.9%

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

 BLUE value IS 54 (21.48% from 255) = 10.95%

R = 49.9%
G = 39.15%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F6C136 (or 0xF6C136) is known color: Saffron. HEX triplet: F6, C1 and 36. RGB value is (246,193,54). Sum of RGB (Red+Green+Blue) = 246+193+54=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C136 is #093EC9. Grayscale: #C1C1C1. Windows color (decimal): -605898 or 3588598. OLE color: 3588598.

HSL color Cylindrical-coordinate representation of color #F6C136: hue angle of 43.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6C136 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 193 54 -
CMYK 0 0.22 0.78 0.04
HSL 43.44º 0.91% 0.59% -
HSV(B) 43.44º 0.78% 0.96% -
XYZ 57.74 58 11.64 -
YUV 193 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 246 193 54 0 0.22 0.78 0.04 43.44 0.91 0.59
Hex F6 C1 36 0 16 4E 4 2B 5B 3B
Octal 366 301 66 0 26 116 4 53 133 73
Binary 11110110 11000001 110110 0 10110 1001110 100 101011 1011011 111011

Color Harmonies of #F6C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C136

Black with #F6C136

Text Example


Text Example

White with #F6C136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C136; }

 p { color: rgb(246,193,54); }

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

background-color css

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

 a { background-color: rgb(246,193,54); }

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

border-color css

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

 span { border-color: rgb(246,193,54); }

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