Html Css Color HEX #F6C440 Saffron

📋 copy color: '#F6C440'

red 246 ◦ green 196 ◦ blue 64

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

Shades of Saffron #F6C440

Tints of Saffron #F6C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

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

R = 48.62%
G = 38.74%
B = 12.65%

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

#F6C440 (or 0xF6C440) is known color: Saffron. HEX triplet: F6, C4 and 40. RGB value is (246,196,64). Sum of RGB (Red+Green+Blue) = 246+196+64=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C440 is #093BBF. Grayscale: #C4C4C4. Windows color (decimal): -605120 or 4244726. OLE color: 4244726.

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

Color convert

RGB 246 196 64 -
CMYK 0 0.20 0.74 0.04
HSL 43.52º 0.91% 0.61% -
HSV(B) 43.52º 0.74% 0.96% -
XYZ 58.67 59.44 13.23 -
YUV 195.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 246 196 64 0 0.20 0.74 0.04 43.52 0.91 0.61
Hex F6 C4 40 0 14 4A 4 2C 5B 3D
Octal 366 304 100 0 24 112 4 54 133 75
Binary 11110110 11000100 1000000 0 10100 1001010 100 101100 1011011 111101

Color Harmonies of #F6C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C440

Black with #F6C440

Text Example


Text Example

White with #F6C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C440; }

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

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

background-color css

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

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

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

border-color css

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

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

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