Html Css Color HEX #F0511A Persimmon

📋 copy color: '#F0511A'

red 240 ◦ green 81 ◦ blue 26

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

Shades of Persimmon #F0511A

Tints of Persimmon #F0511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 69.16%
G = 23.34%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0511A (or 0xF0511A) is known color: Persimmon. HEX triplet: F0, 51 and 1A. RGB value is (240,81,26). Sum of RGB (Red+Green+Blue) = 240+81+26=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0511A is #0FAEE5. Grayscale: #7A7A7A. Windows color (decimal): -1027814 or 1724912. OLE color: 1724912.

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

Color convert

RGB 240 81 26 -
CMYK 0 0.66 0.89 0.06
HSL 15.42º 0.88% 0.52% -
HSV(B) 15.42º 0.89% 0.94% -
XYZ 39.06 24.48 3.64 -
YUV 122.27 73.68 211.97 -
System Red Green Blue C M Y K H S L
Decimal 240 81 26 0 0.66 0.89 0.06 15.42 0.88 0.52
Hex F0 51 1A 0 42 59 6 F 58 34
Octal 360 121 32 0 102 131 6 17 130 64
Binary 11110000 1010001 11010 0 1000010 1011001 110 1111 1011000 110100

Color Harmonies of #F0511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0511A

Black with #F0511A

Text Example


Text Example

White with #F0511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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