Html Css Color HEX #F65710 Persimmon

📋 copy color: '#F65710'

red 246 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #F65710

Tints of Persimmon #F65710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 70.49%
G = 24.93%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65710 (or 0xF65710) is known color: Persimmon. HEX triplet: F6, 57 and 10. RGB value is (246,87,16). Sum of RGB (Red+Green+Blue) = 246+87+16=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F65710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65710 is #09A8EF. Grayscale: #7E7E7E. Windows color (decimal): -633072 or 1071094. OLE color: 1071094.

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

Color convert

RGB 246 87 16 -
CMYK 0 0.65 0.93 0.04
HSL 18.52º 0.93% 0.51% -
HSV(B) 18.52º 0.93% 0.96% -
XYZ 41.51 26.45 3.41 -
YUV 126.45 65.68 213.27 -
System Red Green Blue C M Y K H S L
Decimal 246 87 16 0 0.65 0.93 0.04 18.52 0.93 0.51
Hex F6 57 10 0 41 5D 4 13 5D 33
Octal 366 127 20 0 101 135 4 23 135 63
Binary 11110110 1010111 10000 0 1000001 1011101 100 10011 1011101 110011

Color Harmonies of #F65710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65710

Black with #F65710

Text Example


Text Example

White with #F65710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65710; }

 p { color: rgb(246,87,16); }

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

background-color css

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

 a { background-color: rgb(246,87,16); }

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

border-color css

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

 span { border-color: rgb(246,87,16); }

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