Html Css Color HEX #F6C237 Saffron

📋 copy color: '#F6C237'

red 246 ◦ green 194 ◦ blue 55

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

Shades of Saffron #F6C237

Tints of Saffron #F6C237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

 BLUE value IS 55 (21.88% from 255) = 11.11%

R = 49.7%
G = 39.19%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F6C237 (or 0xF6C237) is known color: Saffron. HEX triplet: F6, C2 and 37. RGB value is (246,194,55). Sum of RGB (Red+Green+Blue) = 246+194+55=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C237 is #093DC8. Grayscale: #C2C2C2. Windows color (decimal): -605641 or 3654390. OLE color: 3654390.

HSL color Cylindrical-coordinate representation of color #F6C237: hue angle of 43.66º 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 #F6C237 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 194 55 -
CMYK 0 0.21 0.78 0.04
HSL 43.66º 0.91% 0.59% -
HSV(B) 43.66º 0.78% 0.96% -
XYZ 57.99 58.45 11.84 -
YUV 193.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 246 194 55 0 0.21 0.78 0.04 43.66 0.91 0.59
Hex F6 C2 37 0 15 4E 4 2C 5B 3B
Octal 366 302 67 0 25 116 4 54 133 73
Binary 11110110 11000010 110111 0 10101 1001110 100 101100 1011011 111011

Color Harmonies of #F6C237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C237

Black with #F6C237

Text Example


Text Example

White with #F6C237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C237; }

 p { color: rgb(246,194,55); }

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

background-color css

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

 a { background-color: rgb(246,194,55); }

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

border-color css

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

 span { border-color: rgb(246,194,55); }

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