Html Css Color HEX #F06107 Persimmon

📋 copy color: '#F06107'

red 240 ◦ green 97 ◦ blue 7

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

Shades of Persimmon #F06107

Tints of Persimmon #F06107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 69.77%
G = 28.2%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F06107 (or 0xF06107) is known color: Persimmon. HEX triplet: F0, 61 and 07. RGB value is (240,97,7). Sum of RGB (Red+Green+Blue) = 240+97+7=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F06107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06107 is #0F9EF8. Grayscale: #828282. Windows color (decimal): -1023737 or 483824. OLE color: 483824.

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

Color convert

RGB 240 97 7 -
CMYK 0 0.60 0.97 0.06
HSL 23.18º 0.94% 0.48% -
HSV(B) 23.18º 0.97% 0.94% -
XYZ 40.25 27.09 3.31 -
YUV 129.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 240 97 7 0 0.60 0.97 0.06 23.18 0.94 0.48
Hex F0 61 7 0 3C 61 6 17 5E 30
Octal 360 141 7 0 74 141 6 27 136 60
Binary 11110000 1100001 111 0 111100 1100001 110 10111 1011110 110000

Color Harmonies of #F06107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06107

Black with #F06107

Text Example


Text Example

White with #F06107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06107; }

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

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

background-color css

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

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

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

border-color css

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

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

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