Html Css Color HEX #F65815 Persimmon

📋 copy color: '#F65815'

red 246 ◦ green 88 ◦ blue 21

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

Shades of Persimmon #F65815

Tints of Persimmon #F65815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 69.3%
G = 24.79%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65815 (or 0xF65815) is known color: Persimmon. HEX triplet: F6, 58 and 15. RGB value is (246,88,21). Sum of RGB (Red+Green+Blue) = 246+88+21=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F65815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65815 is #09A7EA. Grayscale: #808080. Windows color (decimal): -632811 or 1399030. OLE color: 1399030.

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

Color convert

RGB 246 88 21 -
CMYK 0 0.64 0.91 0.04
HSL 17.87º 0.93% 0.52% -
HSV(B) 17.87º 0.91% 0.96% -
XYZ 41.63 26.63 3.65 -
YUV 127.6 67.85 212.45 -
System Red Green Blue C M Y K H S L
Decimal 246 88 21 0 0.64 0.91 0.04 17.87 0.93 0.52
Hex F6 58 15 0 40 5B 4 12 5D 34
Octal 366 130 25 0 100 133 4 22 135 64
Binary 11110110 1011000 10101 0 1000000 1011011 100 10010 1011101 110100

Color Harmonies of #F65815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65815

Black with #F65815

Text Example


Text Example

White with #F65815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65815; }

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

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

background-color css

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

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

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

border-color css

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

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

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