Html Css Color HEX #F65D07 Persimmon

📋 copy color: '#F65D07'

red 246 ◦ green 93 ◦ blue 7

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

Shades of Persimmon #F65D07

Tints of Persimmon #F65D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 71.1%
G = 26.88%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F65D07 (or 0xF65D07) is known color: Persimmon. HEX triplet: F6, 5D and 07. RGB value is (246,93,7). Sum of RGB (Red+Green+Blue) = 246+93+7=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D07 is #09A2F8. Grayscale: #818181. Windows color (decimal): -631545 or 482806. OLE color: 482806.

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

Color convert

RGB 246 93 7 -
CMYK 0 0.62 0.97 0.04
HSL 21.59º 0.94% 0.5% -
HSV(B) 21.59º 0.97% 0.96% -
XYZ 41.96 27.44 3.29 -
YUV 128.94 59.19 211.49 -
System Red Green Blue C M Y K H S L
Decimal 246 93 7 0 0.62 0.97 0.04 21.59 0.94 0.5
Hex F6 5D 7 0 3E 61 4 16 5E 32
Octal 366 135 7 0 76 141 4 26 136 62
Binary 11110110 1011101 111 0 111110 1100001 100 10110 1011110 110010

Color Harmonies of #F65D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D07

Black with #F65D07

Text Example


Text Example

White with #F65D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D07; }

 p { color: rgb(246,93,7); }

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

background-color css

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

 a { background-color: rgb(246,93,7); }

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

border-color css

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

 span { border-color: rgb(246,93,7); }

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