Html Css Color HEX #F05114 Persimmon

📋 copy color: '#F05114'

red 240 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #F05114

Tints of Persimmon #F05114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 70.38%
G = 23.75%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05114 (or 0xF05114) is known color: Persimmon. HEX triplet: F0, 51 and 14. RGB value is (240,81,20). Sum of RGB (Red+Green+Blue) = 240+81+20=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F05114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05114 is #0FAEEB. Grayscale: #797979. Windows color (decimal): -1027820 or 1331696. OLE color: 1331696.

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

Color convert

RGB 240 81 20 -
CMYK 0 0.66 0.92 0.06
HSL 16.64º 0.88% 0.51% -
HSV(B) 16.64º 0.92% 0.94% -
XYZ 39 24.46 3.33 -
YUV 121.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 240 81 20 0 0.66 0.92 0.06 16.64 0.88 0.51
Hex F0 51 14 0 42 5C 6 11 58 33
Octal 360 121 24 0 102 134 6 21 130 63
Binary 11110000 1010001 10100 0 1000010 1011100 110 10001 1011000 110011

Color Harmonies of #F05114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05114

Black with #F05114

Text Example


Text Example

White with #F05114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05114; }

 p { color: rgb(240,81,20); }

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

background-color css

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

 a { background-color: rgb(240,81,20); }

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

border-color css

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

 span { border-color: rgb(240,81,20); }

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