Html Css Color HEX #F6C03C Saffron

📋 copy color: '#F6C03C'

red 246 ◦ green 192 ◦ blue 60

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

Shades of Saffron #F6C03C

Tints of Saffron #F6C03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 60 (23.83% from 255) = 12.05%

R = 49.4%
G = 38.55%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6C03C (or 0xF6C03C) is known color: Saffron. HEX triplet: F6, C0 and 3C. RGB value is (246,192,60). Sum of RGB (Red+Green+Blue) = 246+192+60=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C03C is #093FC3. Grayscale: #C1C1C1. Windows color (decimal): -606148 or 3981558. OLE color: 3981558.

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

Color convert

RGB 246 192 60 -
CMYK 0 0.22 0.76 0.04
HSL 42.58º 0.91% 0.6% -
HSV(B) 42.58º 0.76% 0.96% -
XYZ 57.67 57.62 12.36 -
YUV 193.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 246 192 60 0 0.22 0.76 0.04 42.58 0.91 0.6
Hex F6 C0 3C 0 16 4C 4 2B 5B 3C
Octal 366 300 74 0 26 114 4 53 133 74
Binary 11110110 11000000 111100 0 10110 1001100 100 101011 1011011 111100

Color Harmonies of #F6C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C03C

Black with #F6C03C

Text Example


Text Example

White with #F6C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C03C; }

 p { color: rgb(246,192,60); }

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

background-color css

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

 a { background-color: rgb(246,192,60); }

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

border-color css

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

 span { border-color: rgb(246,192,60); }

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