Html Css Color HEX #F6C540 Saffron

📋 copy color: '#F6C540'

red 246 ◦ green 197 ◦ blue 64

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

Shades of Saffron #F6C540

Tints of Saffron #F6C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.86%

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

R = 48.52%
G = 38.86%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6C540 (or 0xF6C540) is known color: Saffron. HEX triplet: F6, C5 and 40. RGB value is (246,197,64). Sum of RGB (Red+Green+Blue) = 246+197+64=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C540 is #093ABF. Grayscale: #C5C5C5. Windows color (decimal): -604864 or 4244982. OLE color: 4244982.

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

Color convert

RGB 246 197 64 -
CMYK 0 0.20 0.74 0.04
HSL 43.85º 0.91% 0.61% -
HSV(B) 43.85º 0.74% 0.96% -
XYZ 58.9 59.9 13.31 -
YUV 196.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 246 197 64 0 0.20 0.74 0.04 43.85 0.91 0.61
Hex F6 C5 40 0 14 4A 4 2C 5B 3D
Octal 366 305 100 0 24 112 4 54 133 75
Binary 11110110 11000101 1000000 0 10100 1001010 100 101100 1011011 111101

Color Harmonies of #F6C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C540

Black with #F6C540

Text Example


Text Example

White with #F6C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C540; }

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

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

background-color css

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

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

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

border-color css

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

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

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