Html Css Color HEX #F65813 Persimmon

📋 copy color: '#F65813'

red 246 ◦ green 88 ◦ blue 19

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

Shades of Persimmon #F65813

Tints of Persimmon #F65813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 69.69%
G = 24.93%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65813 (or 0xF65813) is known color: Persimmon. HEX triplet: F6, 58 and 13. RGB value is (246,88,19). Sum of RGB (Red+Green+Blue) = 246+88+19=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65813 is #09A7EC. Grayscale: #7F7F7F. Windows color (decimal): -632813 or 1267958. OLE color: 1267958.

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

Color convert

RGB 246 88 19 -
CMYK 0 0.64 0.92 0.04
HSL 18.24º 0.93% 0.52% -
HSV(B) 18.24º 0.92% 0.96% -
XYZ 41.61 26.62 3.56 -
YUV 127.38 66.85 212.61 -
System Red Green Blue C M Y K H S L
Decimal 246 88 19 0 0.64 0.92 0.04 18.24 0.93 0.52
Hex F6 58 13 0 40 5C 4 12 5D 34
Octal 366 130 23 0 100 134 4 22 135 64
Binary 11110110 1011000 10011 0 1000000 1011100 100 10010 1011101 110100

Color Harmonies of #F65813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65813

Black with #F65813

Text Example


Text Example

White with #F65813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65813; }

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

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

background-color css

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

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

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

border-color css

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

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

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