Html Css Color HEX #F05718 Persimmon

📋 copy color: '#F05718'

red 240 ◦ green 87 ◦ blue 24

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

Shades of Persimmon #F05718

Tints of Persimmon #F05718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 68.38%
G = 24.79%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F05718 (or 0xF05718) is known color: Persimmon. HEX triplet: F0, 57 and 18. RGB value is (240,87,24). Sum of RGB (Red+Green+Blue) = 240+87+24=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F05718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05718 is #0FA8E7. Grayscale: #7D7D7D. Windows color (decimal): -1026280 or 1595376. OLE color: 1595376.

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

Color convert

RGB 240 87 24 -
CMYK 0 0.64 0.9 0.06
HSL 17.5º 0.88% 0.52% -
HSV(B) 17.5º 0.9% 0.94% -
XYZ 39.51 25.41 3.69 -
YUV 125.57 70.69 209.62 -
System Red Green Blue C M Y K H S L
Decimal 240 87 24 0 0.64 0.9 0.06 17.5 0.88 0.52
Hex F0 57 18 0 40 5A 6 12 58 34
Octal 360 127 30 0 100 132 6 22 130 64
Binary 11110000 1010111 11000 0 1000000 1011010 110 10010 1011000 110100

Color Harmonies of #F05718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05718

Black with #F05718

Text Example


Text Example

White with #F05718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05718; }

 p { color: rgb(240,87,24); }

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

background-color css

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

 a { background-color: rgb(240,87,24); }

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

border-color css

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

 span { border-color: rgb(240,87,24); }

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