Html Css Color HEX #F65701 Persimmon

📋 copy color: '#F65701'

red 246 ◦ green 87 ◦ blue 1

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

Shades of Persimmon #F65701

Tints of Persimmon #F65701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 73.65%
G = 26.05%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F65701 (or 0xF65701) is known color: Persimmon. HEX triplet: F6, 57 and 01. RGB value is (246,87,1). Sum of RGB (Red+Green+Blue) = 246+87+1=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F65701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65701 is #09A8FE. Grayscale: #7D7D7D. Windows color (decimal): -633087 or 88054. OLE color: 88054.

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

Color convert

RGB 246 87 1 -
CMYK 0 0.65 1.00 0.04
HSL 21.06º 0.99% 0.48% -
HSV(B) 21.06º 1% 0.96% -
XYZ 41.42 26.41 2.94 -
YUV 124.74 58.18 214.49 -
System Red Green Blue C M Y K H S L
Decimal 246 87 1 0 0.65 1.00 0.04 21.06 0.99 0.48
Hex F6 57 1 0 41 64 4 15 63 30
Octal 366 127 1 0 101 144 4 25 143 60
Binary 11110110 1010111 1 0 1000001 1100100 100 10101 1100011 110000

Color Harmonies of #F65701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65701

Black with #F65701

Text Example


Text Example

White with #F65701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65701; }

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

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

background-color css

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

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

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

border-color css

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

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

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