Html Css Color HEX #F65602 Persimmon

📋 copy color: '#F65602'

red 246 ◦ green 86 ◦ blue 2

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

Shades of Persimmon #F65602

Tints of Persimmon #F65602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 73.65%
G = 25.75%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65602 (or 0xF65602) is known color: Persimmon. HEX triplet: F6, 56 and 02. RGB value is (246,86,2). Sum of RGB (Red+Green+Blue) = 246+86+2=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F65602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65602 is #09A9FD. Grayscale: #7C7C7C. Windows color (decimal): -633342 or 153334. OLE color: 153334.

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

Color convert

RGB 246 86 2 -
CMYK 0 0.65 0.99 0.04
HSL 20.66º 0.98% 0.49% -
HSV(B) 20.66º 0.99% 0.96% -
XYZ 41.34 26.25 2.95 -
YUV 124.26 59.01 214.83 -
System Red Green Blue C M Y K H S L
Decimal 246 86 2 0 0.65 0.99 0.04 20.66 0.98 0.49
Hex F6 56 2 0 41 63 4 15 62 31
Octal 366 126 2 0 101 143 4 25 142 61
Binary 11110110 1010110 10 0 1000001 1100011 100 10101 1100010 110001

Color Harmonies of #F65602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65602

Black with #F65602

Text Example


Text Example

White with #F65602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65602; }

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

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

background-color css

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

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

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

border-color css

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

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

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