Html Css Color HEX #F65700 Persimmon

📋 copy color: '#F65700'

red 246 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #F65700

Tints of Persimmon #F65700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.87%
G = 26.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F65700 (or 0xF65700) is known color: Persimmon. HEX triplet: F6, 57 and 00. RGB value is (246,87,0). Sum of RGB (Red+Green+Blue) = 246+87+0=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65700 is #09A8FF. Grayscale: #7D7D7D. Windows color (decimal): -633088 or 22518. OLE color: 22518.

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

Color convert

RGB 246 87 0 -
CMYK 0 0.65 1 0.04
HSL 21.22º 1% 0.48% -
HSV(B) 21.22º 1% 0.96% -
XYZ 41.41 26.41 2.91 -
YUV 124.62 57.68 214.57 -
System Red Green Blue C M Y K H S L
Decimal 246 87 0 0 0.65 1 0.04 21.22 1 0.48
Hex F6 57 0 0 41 64 4 15 64 30
Octal 366 127 0 0 101 144 4 25 144 60
Binary 11110110 1010111 0 0 1000001 1100100 100 10101 1100100 110000

Color Harmonies of #F65700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65700

Black with #F65700

Text Example


Text Example

White with #F65700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65700; }

 p { color: rgb(246,87,0); }

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

background-color css

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

 a { background-color: rgb(246,87,0); }

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

border-color css

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

 span { border-color: rgb(246,87,0); }

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