Html Css Color HEX #F0541C Persimmon

📋 copy color: '#F0541C'

red 240 ◦ green 84 ◦ blue 28

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

Shades of Persimmon #F0541C

Tints of Persimmon #F0541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 68.18%
G = 23.86%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0541C (or 0xF0541C) is known color: Persimmon. HEX triplet: F0, 54 and 1C. RGB value is (240,84,28). Sum of RGB (Red+Green+Blue) = 240+84+28=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0541C is #0FABE3. Grayscale: #7C7C7C. Windows color (decimal): -1027044 or 1856752. OLE color: 1856752.

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

Color convert

RGB 240 84 28 -
CMYK 0 0.65 0.88 0.06
HSL 15.85º 0.88% 0.53% -
HSV(B) 15.85º 0.88% 0.94% -
XYZ 39.32 24.95 3.84 -
YUV 124.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 240 84 28 0 0.65 0.88 0.06 15.85 0.88 0.53
Hex F0 54 1C 0 41 58 6 10 58 35
Octal 360 124 34 0 101 130 6 20 130 65
Binary 11110000 1010100 11100 0 1000001 1011000 110 10000 1011000 110101

Color Harmonies of #F0541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0541C

Black with #F0541C

Text Example


Text Example

White with #F0541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0541C; }

 p { color: rgb(240,84,28); }

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

background-color css

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

 a { background-color: rgb(240,84,28); }

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

border-color css

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

 span { border-color: rgb(240,84,28); }

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