Html Css Color HEX #F65711 Persimmon

📋 copy color: '#F65711'

red 246 ◦ green 87 ◦ blue 17

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

Shades of Persimmon #F65711

Tints of Persimmon #F65711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 70.29%
G = 24.86%
B = 4.86%

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

#F65711 (or 0xF65711) is known color: Persimmon. HEX triplet: F6, 57 and 11. RGB value is (246,87,17). Sum of RGB (Red+Green+Blue) = 246+87+17=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65711 is #09A8EE. Grayscale: #7F7F7F. Windows color (decimal): -633071 or 1136630. OLE color: 1136630.

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

Color convert

RGB 246 87 17 -
CMYK 0 0.65 0.93 0.04
HSL 18.34º 0.93% 0.52% -
HSV(B) 18.34º 0.93% 0.96% -
XYZ 41.52 26.45 3.45 -
YUV 126.56 66.18 213.19 -
System Red Green Blue C M Y K H S L
Decimal 246 87 17 0 0.65 0.93 0.04 18.34 0.93 0.52
Hex F6 57 11 0 41 5D 4 12 5D 34
Octal 366 127 21 0 101 135 4 22 135 64
Binary 11110110 1010111 10001 0 1000001 1011101 100 10010 1011101 110100

Color Harmonies of #F65711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65711

Black with #F65711

Text Example


Text Example

White with #F65711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65711; }

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

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

background-color css

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

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

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

border-color css

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

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

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