Html Css Color HEX #F6863C Sun

📋 copy color: '#F6863C'

red 246 ◦ green 134 ◦ blue 60

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

Shades of Sun #F6863C

Tints of Sun #F6863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 55.91%
G = 30.45%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6863C (or 0xF6863C) is known color: Sun. HEX triplet: F6, 86 and 3C. RGB value is (246,134,60). Sum of RGB (Red+Green+Blue) = 246+134+60=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6863C is #0979C3. Grayscale: #9F9F9F. Windows color (decimal): -620996 or 3966710. OLE color: 3966710.

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

Color convert

RGB 246 134 60 -
CMYK 0 0.46 0.76 0.04
HSL 23.87º 0.91% 0.6% -
HSV(B) 23.87º 0.76% 0.96% -
XYZ 47.35 36.97 8.92 -
YUV 159.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 246 134 60 0 0.46 0.76 0.04 23.87 0.91 0.6
Hex F6 86 3C 0 2E 4C 4 18 5B 3C
Octal 366 206 74 0 56 114 4 30 133 74
Binary 11110110 10000110 111100 0 101110 1001100 100 11000 1011011 111100

Color Harmonies of #F6863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6863C

Black with #F6863C

Text Example


Text Example

White with #F6863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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