Html Css Color HEX #F05712 Persimmon

📋 copy color: '#F05712'

red 240 ◦ green 87 ◦ blue 18

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

Shades of Persimmon #F05712

Tints of Persimmon #F05712

RGB

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

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

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

R = 69.57%
G = 25.22%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05712 (or 0xF05712) is known color: Persimmon. HEX triplet: F0, 57 and 12. RGB value is (240,87,18). Sum of RGB (Red+Green+Blue) = 240+87+18=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05712 is #0FA8ED. Grayscale: #7D7D7D. Windows color (decimal): -1026286 or 1202160. OLE color: 1202160.

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

Color convert

RGB 240 87 18 -
CMYK 0 0.64 0.92 0.06
HSL 18.65º 0.88% 0.51% -
HSV(B) 18.65º 0.93% 0.94% -
XYZ 39.45 25.39 3.39 -
YUV 124.88 67.69 210.11 -
System Red Green Blue C M Y K H S L
Decimal 240 87 18 0 0.64 0.92 0.06 18.65 0.88 0.51
Hex F0 57 12 0 40 5C 6 13 58 33
Octal 360 127 22 0 100 134 6 23 130 63
Binary 11110000 1010111 10010 0 1000000 1011100 110 10011 1011000 110011

Color Harmonies of #F05712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05712

Black with #F05712

Text Example


Text Example

White with #F05712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05712; }

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

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

background-color css

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

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

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

border-color css

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

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

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