Html Css Color HEX #F65B09 Persimmon

📋 copy color: '#F65B09'

red 246 ◦ green 91 ◦ blue 9

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

Shades of Persimmon #F65B09

Tints of Persimmon #F65B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

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

R = 71.1%
G = 26.3%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F65B09 (or 0xF65B09) is known color: Persimmon. HEX triplet: F6, 5B and 09. RGB value is (246,91,9). Sum of RGB (Red+Green+Blue) = 246+91+9=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65B09 is #09A4F6. Grayscale: #808080. Windows color (decimal): -632055 or 613366. OLE color: 613366.

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

Color convert

RGB 246 91 9 -
CMYK 0 0.63 0.96 0.04
HSL 20.76º 0.93% 0.5% -
HSV(B) 20.76º 0.96% 0.96% -
XYZ 41.8 27.09 3.29 -
YUV 128 60.85 212.17 -
System Red Green Blue C M Y K H S L
Decimal 246 91 9 0 0.63 0.96 0.04 20.76 0.93 0.5
Hex F6 5B 9 0 3F 60 4 15 5D 32
Octal 366 133 11 0 77 140 4 25 135 62
Binary 11110110 1011011 1001 0 111111 1100000 100 10101 1011101 110010

Color Harmonies of #F65B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B09

Black with #F65B09

Text Example


Text Example

White with #F65B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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