Html Css Color HEX #F65900 Persimmon

📋 copy color: '#F65900'

red 246 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #F65900

Tints of Persimmon #F65900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

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

R = 73.43%
G = 26.57%
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

#F65900 (or 0xF65900) is known color: Persimmon. HEX triplet: F6, 59 and 00. RGB value is (246,89,0). Sum of RGB (Red+Green+Blue) = 246+89+0=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F65900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65900 is #09A6FF. Grayscale: #7E7E7E. Windows color (decimal): -632576 or 23030. OLE color: 23030.

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

Color convert

RGB 246 89 0 -
CMYK 0 0.64 1 0.04
HSL 21.71º 1% 0.48% -
HSV(B) 21.71º 1% 0.96% -
XYZ 41.58 26.74 2.97 -
YUV 125.8 57.01 213.74 -
System Red Green Blue C M Y K H S L
Decimal 246 89 0 0 0.64 1 0.04 21.71 1 0.48
Hex F6 59 0 0 40 64 4 16 64 30
Octal 366 131 0 0 100 144 4 26 144 60
Binary 11110110 1011001 0 0 1000000 1100100 100 10110 1100100 110000

Color Harmonies of #F65900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65900

Black with #F65900

Text Example


Text Example

White with #F65900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65900; }

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

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

background-color css

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

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

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

border-color css

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

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

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