Html Css Color HEX #F05F12 Persimmon

📋 copy color: '#F05F12'

red 240 ◦ green 95 ◦ blue 18

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

Shades of Persimmon #F05F12

Tints of Persimmon #F05F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 67.99%
G = 26.91%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05F12 (or 0xF05F12) is known color: Persimmon. HEX triplet: F0, 5F and 12. RGB value is (240,95,18). Sum of RGB (Red+Green+Blue) = 240+95+18=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F12 is #0FA0ED. Grayscale: #828282. Windows color (decimal): -1024238 or 1204208. OLE color: 1204208.

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

Color convert

RGB 240 95 18 -
CMYK 0 0.60 0.92 0.06
HSL 20.81º 0.88% 0.51% -
HSV(B) 20.81º 0.93% 0.94% -
XYZ 40.14 26.75 3.62 -
YUV 129.58 65.04 206.76 -
System Red Green Blue C M Y K H S L
Decimal 240 95 18 0 0.60 0.92 0.06 20.81 0.88 0.51
Hex F0 5F 12 0 3C 5C 6 15 58 33
Octal 360 137 22 0 74 134 6 25 130 63
Binary 11110000 1011111 10010 0 111100 1011100 110 10101 1011000 110011

Color Harmonies of #F05F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F12

Black with #F05F12

Text Example


Text Example

White with #F05F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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