Html Css Color HEX #F05812 Persimmon

📋 copy color: '#F05812'

red 240 ◦ green 88 ◦ blue 18

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

Shades of Persimmon #F05812

Tints of Persimmon #F05812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 69.36%
G = 25.43%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05812 (or 0xF05812) is known color: Persimmon. HEX triplet: F0, 58 and 12. RGB value is (240,88,18). Sum of RGB (Red+Green+Blue) = 240+88+18=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05812 is #0FA7ED. Grayscale: #7D7D7D. Windows color (decimal): -1026030 or 1202416. OLE color: 1202416.

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

Color convert

RGB 240 88 18 -
CMYK 0 0.63 0.92 0.06
HSL 18.92º 0.88% 0.51% -
HSV(B) 18.92º 0.93% 0.94% -
XYZ 39.53 25.55 3.42 -
YUV 125.47 67.36 209.69 -
System Red Green Blue C M Y K H S L
Decimal 240 88 18 0 0.63 0.92 0.06 18.92 0.88 0.51
Hex F0 58 12 0 3F 5C 6 13 58 33
Octal 360 130 22 0 77 134 6 23 130 63
Binary 11110000 1011000 10010 0 111111 1011100 110 10011 1011000 110011

Color Harmonies of #F05812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05812

Black with #F05812

Text Example


Text Example

White with #F05812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05812; }

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

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

background-color css

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

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

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

border-color css

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

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

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