Html Css Color HEX #F6C141 Saffron

📋 copy color: '#F6C141'

red 246 ◦ green 193 ◦ blue 65

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

Shades of Saffron #F6C141

Tints of Saffron #F6C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.9%

R = 48.81%
G = 38.29%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6C141 (or 0xF6C141) is known color: Saffron. HEX triplet: F6, C1 and 41. RGB value is (246,193,65). Sum of RGB (Red+Green+Blue) = 246+193+65=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C141 is #093EBE. Grayscale: #C2C2C2. Windows color (decimal): -605887 or 4309494. OLE color: 4309494.

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

Color convert

RGB 246 193 65 -
CMYK 0 0.22 0.74 0.04
HSL 42.43º 0.91% 0.61% -
HSV(B) 42.43º 0.74% 0.96% -
XYZ 58.03 58.11 13.16 -
YUV 194.26 55.06 164.91 -
System Red Green Blue C M Y K H S L
Decimal 246 193 65 0 0.22 0.74 0.04 42.43 0.91 0.61
Hex F6 C1 41 0 16 4A 4 2A 5B 3D
Octal 366 301 101 0 26 112 4 52 133 75
Binary 11110110 11000001 1000001 0 10110 1001010 100 101010 1011011 111101

Color Harmonies of #F6C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C141

Black with #F6C141

Text Example


Text Example

White with #F6C141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C141; }

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

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

background-color css

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

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

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

border-color css

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

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

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