Html Css Color HEX #F65609 Persimmon

📋 copy color: '#F65609'

red 246 ◦ green 86 ◦ blue 9

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

Shades of Persimmon #F65609

Tints of Persimmon #F65609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 9 (3.91% from 255) = 2.64%

R = 72.14%
G = 25.22%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F65609 (or 0xF65609) is known color: Persimmon. HEX triplet: F6, 56 and 09. RGB value is (246,86,9). Sum of RGB (Red+Green+Blue) = 246+86+9=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F65609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65609 is #09A9F6. Grayscale: #7D7D7D. Windows color (decimal): -633335 or 612086. OLE color: 612086.

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

Color convert

RGB 246 86 9 -
CMYK 0 0.65 0.96 0.04
HSL 19.49º 0.93% 0.5% -
HSV(B) 19.49º 0.96% 0.96% -
XYZ 41.38 26.27 3.15 -
YUV 125.06 62.51 214.26 -
System Red Green Blue C M Y K H S L
Decimal 246 86 9 0 0.65 0.96 0.04 19.49 0.93 0.5
Hex F6 56 9 0 41 60 4 13 5D 32
Octal 366 126 11 0 101 140 4 23 135 62
Binary 11110110 1010110 1001 0 1000001 1100000 100 10011 1011101 110010

Color Harmonies of #F65609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65609

Black with #F65609

Text Example


Text Example

White with #F65609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65609; }

 p { color: rgb(246,86,9); }

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

background-color css

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

 a { background-color: rgb(246,86,9); }

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

border-color css

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

 span { border-color: rgb(246,86,9); }

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