Html Css Color HEX #F05F10 Persimmon

📋 copy color: '#F05F10'

red 240 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #F05F10

Tints of Persimmon #F05F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

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

R = 68.38%
G = 27.07%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05F10 (or 0xF05F10) is known color: Persimmon. HEX triplet: F0, 5F and 10. RGB value is (240,95,16). Sum of RGB (Red+Green+Blue) = 240+95+16=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F10 is #0FA0EF. Grayscale: #818181. Windows color (decimal): -1024240 or 1073136. OLE color: 1073136.

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

Color convert

RGB 240 95 16 -
CMYK 0 0.60 0.93 0.06
HSL 21.16º 0.88% 0.5% -
HSV(B) 21.16º 0.93% 0.94% -
XYZ 40.12 26.75 3.54 -
YUV 129.35 64.04 206.92 -
System Red Green Blue C M Y K H S L
Decimal 240 95 16 0 0.60 0.93 0.06 21.16 0.88 0.5
Hex F0 5F 10 0 3C 5D 6 15 58 32
Octal 360 137 20 0 74 135 6 25 130 62
Binary 11110000 1011111 10000 0 111100 1011101 110 10101 1011000 110010

Color Harmonies of #F05F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F10

Black with #F05F10

Text Example


Text Example

White with #F05F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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