Html Css Color HEX #F05010 Persimmon

📋 copy color: '#F05010'

red 240 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #F05010

Tints of Persimmon #F05010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 71.43%
G = 23.81%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05010 (or 0xF05010) is known color: Persimmon. HEX triplet: F0, 50 and 10. RGB value is (240,80,16). Sum of RGB (Red+Green+Blue) = 240+80+16=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F05010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05010 is #0FAFEF. Grayscale: #787878. Windows color (decimal): -1028080 or 1069296. OLE color: 1069296.

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

Color convert

RGB 240 80 16 -
CMYK 0 0.67 0.93 0.06
HSL 17.14º 0.88% 0.5% -
HSV(B) 17.14º 0.93% 0.94% -
XYZ 38.9 24.3 3.13 -
YUV 120.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 240 80 16 0 0.67 0.93 0.06 17.14 0.88 0.5
Hex F0 50 10 0 43 5D 6 11 58 32
Octal 360 120 20 0 103 135 6 21 130 62
Binary 11110000 1010000 10000 0 1000011 1011101 110 10001 1011000 110010

Color Harmonies of #F05010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05010

Black with #F05010

Text Example


Text Example

White with #F05010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05010; }

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

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

background-color css

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

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

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

border-color css

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

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

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