Html Css Color HEX #F05512 Persimmon

📋 copy color: '#F05512'

red 240 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #F05512

Tints of Persimmon #F05512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 69.97%
G = 24.78%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05512 (or 0xF05512) is known color: Persimmon. HEX triplet: F0, 55 and 12. RGB value is (240,85,18). Sum of RGB (Red+Green+Blue) = 240+85+18=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F05512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05512 is #0FAAED. Grayscale: #7C7C7C. Windows color (decimal): -1026798 or 1201648. OLE color: 1201648.

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

Color convert

RGB 240 85 18 -
CMYK 0 0.65 0.92 0.06
HSL 18.11º 0.88% 0.51% -
HSV(B) 18.11º 0.93% 0.94% -
XYZ 39.29 25.07 3.34 -
YUV 123.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 240 85 18 0 0.65 0.92 0.06 18.11 0.88 0.51
Hex F0 55 12 0 41 5C 6 12 58 33
Octal 360 125 22 0 101 134 6 22 130 63
Binary 11110000 1010101 10010 0 1000001 1011100 110 10010 1011000 110011

Color Harmonies of #F05512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05512

Black with #F05512

Text Example


Text Example

White with #F05512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05512; }

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

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

background-color css

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

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

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

border-color css

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

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

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