Html Css Color HEX #F6C337 Saffron

📋 copy color: '#F6C337'

red 246 ◦ green 195 ◦ blue 55

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

Shades of Saffron #F6C337

Tints of Saffron #F6C337

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

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

R = 49.6%
G = 39.31%
B = 11.09%

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

#F6C337 (or 0xF6C337) is known color: Saffron. HEX triplet: F6, C3 and 37. RGB value is (246,195,55). Sum of RGB (Red+Green+Blue) = 246+195+55=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C337 is #093CC8. Grayscale: #C2C2C2. Windows color (decimal): -605385 or 3654646. OLE color: 3654646.

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

Color convert

RGB 246 195 55 -
CMYK 0 0.21 0.78 0.04
HSL 43.98º 0.91% 0.59% -
HSV(B) 43.98º 0.78% 0.96% -
XYZ 58.21 58.9 11.92 -
YUV 194.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 246 195 55 0 0.21 0.78 0.04 43.98 0.91 0.59
Hex F6 C3 37 0 15 4E 4 2C 5B 3B
Octal 366 303 67 0 25 116 4 54 133 73
Binary 11110110 11000011 110111 0 10101 1001110 100 101100 1011011 111011

Color Harmonies of #F6C337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C337

Black with #F6C337

Text Example


Text Example

White with #F6C337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C337; }

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

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

background-color css

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

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

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

border-color css

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

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

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