Html Css Color HEX #F0561A Persimmon

📋 copy color: '#F0561A'

red 240 ◦ green 86 ◦ blue 26

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

Shades of Persimmon #F0561A

Tints of Persimmon #F0561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 68.18%
G = 24.43%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0561A (or 0xF0561A) is known color: Persimmon. HEX triplet: F0, 56 and 1A. RGB value is (240,86,26). Sum of RGB (Red+Green+Blue) = 240+86+26=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0561A is #0FA9E5. Grayscale: #7D7D7D. Windows color (decimal): -1026534 or 1726192. OLE color: 1726192.

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

Color convert

RGB 240 86 26 -
CMYK 0 0.64 0.89 0.06
HSL 16.82º 0.88% 0.52% -
HSV(B) 16.82º 0.89% 0.94% -
XYZ 39.45 25.26 3.77 -
YUV 125.21 72.02 209.88 -
System Red Green Blue C M Y K H S L
Decimal 240 86 26 0 0.64 0.89 0.06 16.82 0.88 0.52
Hex F0 56 1A 0 40 59 6 11 58 34
Octal 360 126 32 0 100 131 6 21 130 64
Binary 11110000 1010110 11010 0 1000000 1011001 110 10001 1011000 110100

Color Harmonies of #F0561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0561A

Black with #F0561A

Text Example


Text Example

White with #F0561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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