Html Css Color HEX #F05107 Persimmon

📋 copy color: '#F05107'

red 240 ◦ green 81 ◦ blue 7

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

Shades of Persimmon #F05107

Tints of Persimmon #F05107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 73.17%
G = 24.7%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F05107 (or 0xF05107) is known color: Persimmon. HEX triplet: F0, 51 and 07. RGB value is (240,81,7). Sum of RGB (Red+Green+Blue) = 240+81+7=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F05107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05107 is #0FAEF8. Grayscale: #787878. Windows color (decimal): -1027833 or 479728. OLE color: 479728.

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

Color convert

RGB 240 81 7 -
CMYK 0 0.66 0.97 0.06
HSL 19.06º 0.94% 0.48% -
HSV(B) 19.06º 0.97% 0.94% -
XYZ 38.92 24.43 2.86 -
YUV 120.11 64.18 213.52 -
System Red Green Blue C M Y K H S L
Decimal 240 81 7 0 0.66 0.97 0.06 19.06 0.94 0.48
Hex F0 51 7 0 42 61 6 13 5E 30
Octal 360 121 7 0 102 141 6 23 136 60
Binary 11110000 1010001 111 0 1000010 1100001 110 10011 1011110 110000

Color Harmonies of #F05107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05107

Black with #F05107

Text Example


Text Example

White with #F05107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05107; }

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

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

background-color css

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

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

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

border-color css

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

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

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