Html Css Color HEX #F65607 Persimmon

📋 copy color: '#F65607'

red 246 ◦ green 86 ◦ blue 7

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

Shades of Persimmon #F65607

Tints of Persimmon #F65607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 72.57%
G = 25.37%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F65607 (or 0xF65607) is known color: Persimmon. HEX triplet: F6, 56 and 07. RGB value is (246,86,7). Sum of RGB (Red+Green+Blue) = 246+86+7=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F65607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65607 is #09A9F8. Grayscale: #7D7D7D. Windows color (decimal): -633337 or 481014. OLE color: 481014.

HSL color Cylindrical-coordinate representation of color #F65607: hue angle of 19.83º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F65607 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 86 7 -
CMYK 0 0.65 0.97 0.04
HSL 19.83º 0.94% 0.5% -
HSV(B) 19.83º 0.97% 0.96% -
XYZ 41.37 26.26 3.09 -
YUV 124.83 61.51 214.42 -
System Red Green Blue C M Y K H S L
Decimal 246 86 7 0 0.65 0.97 0.04 19.83 0.94 0.5
Hex F6 56 7 0 41 61 4 14 5E 32
Octal 366 126 7 0 101 141 4 24 136 62
Binary 11110110 1010110 111 0 1000001 1100001 100 10100 1011110 110010

Color Harmonies of #F65607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65607

Black with #F65607

Text Example


Text Example

White with #F65607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65607; }

 p { color: rgb(246,86,7); }

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

background-color css

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

 a { background-color: rgb(246,86,7); }

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

border-color css

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

 span { border-color: rgb(246,86,7); }

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