Html Css Color HEX #F65811 Persimmon

📋 copy color: '#F65811'

red 246 ◦ green 88 ◦ blue 17

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

Shades of Persimmon #F65811

Tints of Persimmon #F65811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 70.09%
G = 25.07%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65811 (or 0xF65811) is known color: Persimmon. HEX triplet: F6, 58 and 11. RGB value is (246,88,17). Sum of RGB (Red+Green+Blue) = 246+88+17=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F65811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65811 is #09A7EE. Grayscale: #7F7F7F. Windows color (decimal): -632815 or 1136886. OLE color: 1136886.

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

Color convert

RGB 246 88 17 -
CMYK 0 0.64 0.93 0.04
HSL 18.6º 0.93% 0.52% -
HSV(B) 18.6º 0.93% 0.96% -
XYZ 41.6 26.61 3.47 -
YUV 127.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 246 88 17 0 0.64 0.93 0.04 18.6 0.93 0.52
Hex F6 58 11 0 40 5D 4 13 5D 34
Octal 366 130 21 0 100 135 4 23 135 64
Binary 11110110 1011000 10001 0 1000000 1011101 100 10011 1011101 110100

Color Harmonies of #F65811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65811

Black with #F65811

Text Example


Text Example

White with #F65811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65811; }

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

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

background-color css

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

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

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

border-color css

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

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

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