Html Css Color HEX #F65800 Persimmon

📋 copy color: '#F65800'

red 246 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #F65800

Tints of Persimmon #F65800

RGB

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

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

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

R = 73.65%
G = 26.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F65800 (or 0xF65800) is known color: Persimmon. HEX triplet: F6, 58 and 00. RGB value is (246,88,0). Sum of RGB (Red+Green+Blue) = 246+88+0=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F65800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65800 is #09A7FF. Grayscale: #7D7D7D. Windows color (decimal): -632832 or 22774. OLE color: 22774.

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

Color convert

RGB 246 88 0 -
CMYK 0 0.64 1 0.04
HSL 21.46º 1% 0.48% -
HSV(B) 21.46º 1% 0.96% -
XYZ 41.5 26.57 2.94 -
YUV 125.21 57.35 214.16 -
System Red Green Blue C M Y K H S L
Decimal 246 88 0 0 0.64 1 0.04 21.46 1 0.48
Hex F6 58 0 0 40 64 4 15 64 30
Octal 366 130 0 0 100 144 4 25 144 60
Binary 11110110 1011000 0 0 1000000 1100100 100 10101 1100100 110000

Color Harmonies of #F65800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65800

Black with #F65800

Text Example


Text Example

White with #F65800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65800; }

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

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

background-color css

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

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

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

border-color css

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

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

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