#f6963c

Color #F6963C Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #F6963C

Tints of Sun #F6963C

Color information

#F6963C (or 0xF6963C) is unknown color: approx Sun. HEX triplet: F6, 96 and 3C. RGB value is (246,150,60). Sum of RGB (Red+Green+Blue) = 246+150+60=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6963C is #0969C3. Grayscale: #A8A8A8. Windows color (decimal): -616900 or 3970806. OLE color: 3970806.

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

Color convert

RGB24615060-
CMYK00.390.760.04
HSL29.03º91.18%60%-
HSV(B)29.03º75.61%96.47%-
XYZ49.7341.739.71-
YUV168.4466.8183.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.95%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 60 (23.83% from 255) = 13.16%
R=53.95%
G=32.89%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461506000.390.760.0429.0391.1860
HexF6963C0274C41d5b3c
Octal3662267404711443513374
Binary111101101001011011110001001111001100100111011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6963c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6963c; }

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

 H1.HeaderClassName
 {
   color: #f6963c;
 }
 .AnyTagClassName
 {
   color: #f6963c;
 }
</style>
background-color css

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

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

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

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

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

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