Html Css Color HEX #F05105 Persimmon

📋 copy color: '#F05105'

red 240 ◦ green 81 ◦ blue 5

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

Shades of Persimmon #F05105

Tints of Persimmon #F05105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 73.62%
G = 24.85%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F05105 (or 0xF05105) is known color: Persimmon. HEX triplet: F0, 51 and 05. RGB value is (240,81,5). Sum of RGB (Red+Green+Blue) = 240+81+5=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F05105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05105 is #0FAEFA. Grayscale: #787878. Windows color (decimal): -1027835 or 348656. OLE color: 348656.

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

Color convert

RGB 240 81 5 -
CMYK 0 0.66 0.98 0.06
HSL 19.4º 0.96% 0.48% -
HSV(B) 19.4º 0.98% 0.94% -
XYZ 38.91 24.42 2.81 -
YUV 119.88 63.18 213.68 -
System Red Green Blue C M Y K H S L
Decimal 240 81 5 0 0.66 0.98 0.06 19.4 0.96 0.48
Hex F0 51 5 0 42 62 6 13 60 30
Octal 360 121 5 0 102 142 6 23 140 60
Binary 11110000 1010001 101 0 1000010 1100010 110 10011 1100000 110000

Color Harmonies of #F05105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05105

Black with #F05105

Text Example


Text Example

White with #F05105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05105; }

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

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

background-color css

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

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

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

border-color css

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

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

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