Html Css Color HEX #F65600 Persimmon

📋 copy color: '#F65600'

red 246 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #F65600

Tints of Persimmon #F65600

RGB

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

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

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

R = 74.1%
G = 25.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F65600 (or 0xF65600) is known color: Persimmon. HEX triplet: F6, 56 and 00. RGB value is (246,86,0). Sum of RGB (Red+Green+Blue) = 246+86+0=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F65600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65600 is #09A9FF. Grayscale: #7C7C7C. Windows color (decimal): -633344 or 22262. OLE color: 22262.

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

Color convert

RGB 246 86 0 -
CMYK 0 0.65 1 0.04
HSL 20.98º 1% 0.48% -
HSV(B) 20.98º 1% 0.96% -
XYZ 41.33 26.25 2.89 -
YUV 124.04 58.01 214.99 -
System Red Green Blue C M Y K H S L
Decimal 246 86 0 0 0.65 1 0.04 20.98 1 0.48
Hex F6 56 0 0 41 64 4 15 64 30
Octal 366 126 0 0 101 144 4 25 144 60
Binary 11110110 1010110 0 0 1000001 1100100 100 10101 1100100 110000

Color Harmonies of #F65600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65600

Black with #F65600

Text Example


Text Example

White with #F65600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65600; }

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

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

background-color css

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

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

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

border-color css

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

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

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