Html Css Color HEX #F6C341 Saffron

📋 copy color: '#F6C341'

red 246 ◦ green 195 ◦ blue 65

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

Shades of Saffron #F6C341

Tints of Saffron #F6C341

RGB

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

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

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

R = 48.62%
G = 38.54%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6C341 (or 0xF6C341) is known color: Saffron. HEX triplet: F6, C3 and 41. RGB value is (246,195,65). Sum of RGB (Red+Green+Blue) = 246+195+65=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C341 is #093CBE. Grayscale: #C4C4C4. Windows color (decimal): -605375 or 4310006. OLE color: 4310006.

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

Color convert

RGB 246 195 65 -
CMYK 0 0.21 0.74 0.04
HSL 43.09º 0.91% 0.61% -
HSV(B) 43.09º 0.74% 0.96% -
XYZ 58.48 59 13.31 -
YUV 195.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 246 195 65 0 0.21 0.74 0.04 43.09 0.91 0.61
Hex F6 C3 41 0 15 4A 4 2B 5B 3D
Octal 366 303 101 0 25 112 4 53 133 75
Binary 11110110 11000011 1000001 0 10101 1001010 100 101011 1011011 111101

Color Harmonies of #F6C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C341

Black with #F6C341

Text Example


Text Example

White with #F6C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C341; }

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

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

background-color css

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

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

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

border-color css

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

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

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