Html Css Color HEX #F65814 Persimmon

📋 copy color: '#F65814'

red 246 ◦ green 88 ◦ blue 20

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

Shades of Persimmon #F65814

Tints of Persimmon #F65814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 69.49%
G = 24.86%
B = 5.65%

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

#F65814 (or 0xF65814) is known color: Persimmon. HEX triplet: F6, 58 and 14. RGB value is (246,88,20). Sum of RGB (Red+Green+Blue) = 246+88+20=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65814 is #09A7EB. Grayscale: #7F7F7F. Windows color (decimal): -632812 or 1333494. OLE color: 1333494.

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

Color convert

RGB 246 88 20 -
CMYK 0 0.64 0.92 0.04
HSL 18.05º 0.93% 0.52% -
HSV(B) 18.05º 0.92% 0.96% -
XYZ 41.62 26.62 3.61 -
YUV 127.49 67.35 212.53 -
System Red Green Blue C M Y K H S L
Decimal 246 88 20 0 0.64 0.92 0.04 18.05 0.93 0.52
Hex F6 58 14 0 40 5C 4 12 5D 34
Octal 366 130 24 0 100 134 4 22 135 64
Binary 11110110 1011000 10100 0 1000000 1011100 100 10010 1011101 110100

Color Harmonies of #F65814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65814

Black with #F65814

Text Example


Text Example

White with #F65814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65814; }

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

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

background-color css

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

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

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

border-color css

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

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

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