Html Css Color HEX #F65706 Persimmon

📋 copy color: '#F65706'

red 246 ◦ green 87 ◦ blue 6

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

Shades of Persimmon #F65706

Tints of Persimmon #F65706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 72.57%
G = 25.66%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65706 (or 0xF65706) is known color: Persimmon. HEX triplet: F6, 57 and 06. RGB value is (246,87,6). Sum of RGB (Red+Green+Blue) = 246+87+6=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F65706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65706 is #09A8F9. Grayscale: #7D7D7D. Windows color (decimal): -633082 or 415734. OLE color: 415734.

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

Color convert

RGB 246 87 6 -
CMYK 0 0.65 0.98 0.04
HSL 20.25º 0.95% 0.49% -
HSV(B) 20.25º 0.98% 0.96% -
XYZ 41.45 26.42 3.09 -
YUV 125.31 60.68 214.09 -
System Red Green Blue C M Y K H S L
Decimal 246 87 6 0 0.65 0.98 0.04 20.25 0.95 0.49
Hex F6 57 6 0 41 62 4 14 5F 31
Octal 366 127 6 0 101 142 4 24 137 61
Binary 11110110 1010111 110 0 1000001 1100010 100 10100 1011111 110001

Color Harmonies of #F65706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65706

Black with #F65706

Text Example


Text Example

White with #F65706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65706; }

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

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

background-color css

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

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

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

border-color css

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

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

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