Html Css Color HEX #F6C140 Saffron

📋 copy color: '#F6C140'

red 246 ◦ green 193 ◦ blue 64

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

Shades of Saffron #F6C140

Tints of Saffron #F6C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.72%

R = 48.91%
G = 38.37%
B = 12.72%

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

#F6C140 (or 0xF6C140) is known color: Saffron. HEX triplet: F6, C1 and 40. RGB value is (246,193,64). Sum of RGB (Red+Green+Blue) = 246+193+64=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C140 is #093EBF. Grayscale: #C2C2C2. Windows color (decimal): -605888 or 4243958. OLE color: 4243958.

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

Color convert

RGB 246 193 64 -
CMYK 0 0.22 0.74 0.04
HSL 42.53º 0.91% 0.61% -
HSV(B) 42.53º 0.74% 0.96% -
XYZ 58 58.1 13.01 -
YUV 194.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 246 193 64 0 0.22 0.74 0.04 42.53 0.91 0.61
Hex F6 C1 40 0 16 4A 4 2B 5B 3D
Octal 366 301 100 0 26 112 4 53 133 75
Binary 11110110 11000001 1000000 0 10110 1001010 100 101011 1011011 111101

Color Harmonies of #F6C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C140

Black with #F6C140

Text Example


Text Example

White with #F6C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C140; }

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

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

background-color css

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

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

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

border-color css

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

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

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