Html Css Color HEX #F65D10 Persimmon

📋 copy color: '#F65D10'

red 246 ◦ green 93 ◦ blue 16

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

Shades of Persimmon #F65D10

Tints of Persimmon #F65D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 69.3%
G = 26.2%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65D10 (or 0xF65D10) is known color: Persimmon. HEX triplet: F6, 5D and 10. RGB value is (246,93,16). Sum of RGB (Red+Green+Blue) = 246+93+16=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D10 is #09A2EF. Grayscale: #828282. Windows color (decimal): -631536 or 1072630. OLE color: 1072630.

HSL color Cylindrical-coordinate representation of color #F65D10: hue angle of 20.09º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F65D10 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 93 16 -
CMYK 0 0.62 0.93 0.04
HSL 20.09º 0.93% 0.51% -
HSV(B) 20.09º 0.93% 0.96% -
XYZ 42.01 27.46 3.58 -
YUV 129.97 63.69 210.76 -
System Red Green Blue C M Y K H S L
Decimal 246 93 16 0 0.62 0.93 0.04 20.09 0.93 0.51
Hex F6 5D 10 0 3E 5D 4 14 5D 33
Octal 366 135 20 0 76 135 4 24 135 63
Binary 11110110 1011101 10000 0 111110 1011101 100 10100 1011101 110011

Color Harmonies of #F65D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D10

Black with #F65D10

Text Example


Text Example

White with #F65D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D10; }

 p { color: rgb(246,93,16); }

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

background-color css

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

 a { background-color: rgb(246,93,16); }

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

border-color css

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

 span { border-color: rgb(246,93,16); }

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