Html Css Color HEX #F05F0F Persimmon

📋 copy color: '#F05F0F'

red 240 ◦ green 95 ◦ blue 15

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

Shades of Persimmon #F05F0F

Tints of Persimmon #F05F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 68.57%
G = 27.14%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F05F0F (or 0xF05F0F) is known color: Persimmon. HEX triplet: F0, 5F and 0F. RGB value is (240,95,15). Sum of RGB (Red+Green+Blue) = 240+95+15=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F0F is #0FA0F0. Grayscale: #818181. Windows color (decimal): -1024241 or 1007600. OLE color: 1007600.

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

Color convert

RGB 240 95 15 -
CMYK 0 0.60 0.94 0.06
HSL 21.33º 0.88% 0.5% -
HSV(B) 21.33º 0.94% 0.94% -
XYZ 40.11 26.74 3.5 -
YUV 129.24 63.54 207 -
System Red Green Blue C M Y K H S L
Decimal 240 95 15 0 0.60 0.94 0.06 21.33 0.88 0.5
Hex F0 5F F 0 3C 5E 6 15 58 32
Octal 360 137 17 0 74 136 6 25 130 62
Binary 11110000 1011111 1111 0 111100 1011110 110 10101 1011000 110010

Color Harmonies of #F05F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F0F

Black with #F05F0F

Text Example


Text Example

White with #F05F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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