Html Css Color HEX #F05212 Persimmon

📋 copy color: '#F05212'

red 240 ◦ green 82 ◦ blue 18

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

Shades of Persimmon #F05212

Tints of Persimmon #F05212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

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

R = 70.59%
G = 24.12%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05212 (or 0xF05212) is known color: Persimmon. HEX triplet: F0, 52 and 12. RGB value is (240,82,18). Sum of RGB (Red+Green+Blue) = 240+82+18=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F05212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05212 is #0FADED. Grayscale: #7A7A7A. Windows color (decimal): -1027566 or 1200880. OLE color: 1200880.

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

Color convert

RGB 240 82 18 -
CMYK 0 0.66 0.92 0.06
HSL 17.3º 0.88% 0.51% -
HSV(B) 17.3º 0.93% 0.94% -
XYZ 39.06 24.6 3.26 -
YUV 121.95 69.35 212.2 -
System Red Green Blue C M Y K H S L
Decimal 240 82 18 0 0.66 0.92 0.06 17.3 0.88 0.51
Hex F0 52 12 0 42 5C 6 11 58 33
Octal 360 122 22 0 102 134 6 21 130 63
Binary 11110000 1010010 10010 0 1000010 1011100 110 10001 1011000 110011

Color Harmonies of #F05212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05212

Black with #F05212

Text Example


Text Example

White with #F05212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05212; }

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

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

background-color css

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

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

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

border-color css

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

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

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