Html Css Color HEX #F05610 Persimmon

📋 copy color: '#F05610'

red 240 ◦ green 86 ◦ blue 16

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

Shades of Persimmon #F05610

Tints of Persimmon #F05610

RGB

 RED value IS 240 (94.14% from 255) = 70.18%

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

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

R = 70.18%
G = 25.15%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05610 (or 0xF05610) is known color: Persimmon. HEX triplet: F0, 56 and 10. RGB value is (240,86,16). Sum of RGB (Red+Green+Blue) = 240+86+16=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F05610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05610 is #0FA9EF. Grayscale: #7C7C7C. Windows color (decimal): -1026544 or 1070832. OLE color: 1070832.

HSL color Cylindrical-coordinate representation of color #F05610: hue angle of 18.75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F05610 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 16 -
CMYK 0 0.64 0.93 0.06
HSL 18.75º 0.88% 0.5% -
HSV(B) 18.75º 0.93% 0.94% -
XYZ 39.36 25.22 3.28 -
YUV 124.07 67.02 210.69 -
System Red Green Blue C M Y K H S L
Decimal 240 86 16 0 0.64 0.93 0.06 18.75 0.88 0.5
Hex F0 56 10 0 40 5D 6 13 58 32
Octal 360 126 20 0 100 135 6 23 130 62
Binary 11110000 1010110 10000 0 1000000 1011101 110 10011 1011000 110010

Color Harmonies of #F05610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05610

Black with #F05610

Text Example


Text Example

White with #F05610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05610; }

 p { color: rgb(240,86,16); }

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

background-color css

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

 a { background-color: rgb(240,86,16); }

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

border-color css

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

 span { border-color: rgb(240,86,16); }

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