Html Css Color HEX #F05D10 Persimmon

📋 copy color: '#F05D10'

red 240 ◦ green 93 ◦ blue 16

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

Shades of Persimmon #F05D10

Tints of Persimmon #F05D10

RGB

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

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

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

R = 68.77%
G = 26.65%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05D10 (or 0xF05D10) is known color: Persimmon. HEX triplet: F0, 5D and 10. RGB value is (240,93,16). Sum of RGB (Red+Green+Blue) = 240+93+16=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D10 is #0FA2EF. Grayscale: #808080. Windows color (decimal): -1024752 or 1072624. OLE color: 1072624.

HSL color Cylindrical-coordinate representation of color #F05D10: hue angle of 20.62º 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 #F05D10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 16 -
CMYK 0 0.61 0.93 0.06
HSL 20.63º 0.88% 0.5% -
HSV(B) 20.63º 0.93% 0.94% -
XYZ 39.94 26.39 3.48 -
YUV 128.18 64.7 207.76 -
System Red Green Blue C M Y K H S L
Decimal 240 93 16 0 0.61 0.93 0.06 20.63 0.88 0.5
Hex F0 5D 10 0 3D 5D 6 15 58 32
Octal 360 135 20 0 75 135 6 25 130 62
Binary 11110000 1011101 10000 0 111101 1011101 110 10101 1011000 110010

Color Harmonies of #F05D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D10

Black with #F05D10

Text Example


Text Example

White with #F05D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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