Html Css Color HEX #F65816 Persimmon

📋 copy color: '#F65816'

red 246 ◦ green 88 ◦ blue 22

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

Shades of Persimmon #F65816

Tints of Persimmon #F65816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 69.1%
G = 24.72%
B = 6.18%

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

#F65816 (or 0xF65816) is known color: Persimmon. HEX triplet: F6, 58 and 16. RGB value is (246,88,22). Sum of RGB (Red+Green+Blue) = 246+88+22=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F65816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65816 is #09A7E9. Grayscale: #808080. Windows color (decimal): -632810 or 1464566. OLE color: 1464566.

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

Color convert

RGB 246 88 22 -
CMYK 0 0.64 0.91 0.04
HSL 17.68º 0.93% 0.53% -
HSV(B) 17.68º 0.91% 0.96% -
XYZ 41.64 26.63 3.7 -
YUV 127.72 68.35 212.37 -
System Red Green Blue C M Y K H S L
Decimal 246 88 22 0 0.64 0.91 0.04 17.68 0.93 0.53
Hex F6 58 16 0 40 5B 4 12 5D 35
Octal 366 130 26 0 100 133 4 22 135 65
Binary 11110110 1011000 10110 0 1000000 1011011 100 10010 1011101 110101

Color Harmonies of #F65816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65816

Black with #F65816

Text Example


Text Example

White with #F65816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65816; }

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

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

background-color css

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

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

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

border-color css

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

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

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