Html Css Color HEX #F0511B Persimmon

📋 copy color: '#F0511B'

red 240 ◦ green 81 ◦ blue 27

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

Shades of Persimmon #F0511B

Tints of Persimmon #F0511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 68.97%
G = 23.28%
B = 7.76%

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

#F0511B (or 0xF0511B) is known color: Persimmon. HEX triplet: F0, 51 and 1B. RGB value is (240,81,27). Sum of RGB (Red+Green+Blue) = 240+81+27=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0511B is #0FAEE4. Grayscale: #7A7A7A. Windows color (decimal): -1027813 or 1790448. OLE color: 1790448.

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

Color convert

RGB 240 81 27 -
CMYK 0 0.66 0.89 0.06
HSL 15.21º 0.88% 0.52% -
HSV(B) 15.21º 0.89% 0.94% -
XYZ 39.08 24.49 3.7 -
YUV 122.39 74.18 211.89 -
System Red Green Blue C M Y K H S L
Decimal 240 81 27 0 0.66 0.89 0.06 15.21 0.88 0.52
Hex F0 51 1B 0 42 59 6 F 58 34
Octal 360 121 33 0 102 131 6 17 130 64
Binary 11110000 1010001 11011 0 1000010 1011001 110 1111 1011000 110100

Color Harmonies of #F0511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0511B

Black with #F0511B

Text Example


Text Example

White with #F0511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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