Html Css Color HEX #F65804 Persimmon

📋 copy color: '#F65804'

red 246 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #F65804

Tints of Persimmon #F65804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 72.78%
G = 26.04%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65804 (or 0xF65804) is known color: Persimmon. HEX triplet: F6, 58 and 04. RGB value is (246,88,4). Sum of RGB (Red+Green+Blue) = 246+88+4=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F65804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65804 is #09A7FB. Grayscale: #7E7E7E. Windows color (decimal): -632828 or 284918. OLE color: 284918.

HSL color Cylindrical-coordinate representation of color #F65804: hue angle of 20.83º degrees, saturation: 0.97, 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 #F65804 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 88 4 -
CMYK 0 0.64 0.98 0.04
HSL 20.83º 0.97% 0.49% -
HSV(B) 20.83º 0.98% 0.96% -
XYZ 41.52 26.58 3.06 -
YUV 125.67 59.35 213.83 -
System Red Green Blue C M Y K H S L
Decimal 246 88 4 0 0.64 0.98 0.04 20.83 0.97 0.49
Hex F6 58 4 0 40 62 4 15 61 31
Octal 366 130 4 0 100 142 4 25 141 61
Binary 11110110 1011000 100 0 1000000 1100010 100 10101 1100001 110001

Color Harmonies of #F65804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65804

Black with #F65804

Text Example


Text Example

White with #F65804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65804; }

 p { color: rgb(246,88,4); }

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

background-color css

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

 a { background-color: rgb(246,88,4); }

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

border-color css

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

 span { border-color: rgb(246,88,4); }

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