Html Css Color HEX #F0561C Persimmon

📋 copy color: '#F0561C'

red 240 ◦ green 86 ◦ blue 28

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

Shades of Persimmon #F0561C

Tints of Persimmon #F0561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 67.8%
G = 24.29%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0561C (or 0xF0561C) is known color: Persimmon. HEX triplet: F0, 56 and 1C. RGB value is (240,86,28). Sum of RGB (Red+Green+Blue) = 240+86+28=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0561C is #0FA9E3. Grayscale: #7D7D7D. Windows color (decimal): -1026532 or 1857264. OLE color: 1857264.

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

Color convert

RGB 240 86 28 -
CMYK 0 0.64 0.88 0.06
HSL 16.42º 0.88% 0.53% -
HSV(B) 16.42º 0.88% 0.94% -
XYZ 39.47 25.26 3.89 -
YUV 125.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 240 86 28 0 0.64 0.88 0.06 16.42 0.88 0.53
Hex F0 56 1C 0 40 58 6 10 58 35
Octal 360 126 34 0 100 130 6 20 130 65
Binary 11110000 1010110 11100 0 1000000 1011000 110 10000 1011000 110101

Color Harmonies of #F0561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0561C

Black with #F0561C

Text Example


Text Example

White with #F0561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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