Html Css Color HEX #F0510B Persimmon

📋 copy color: '#F0510B'

red 240 ◦ green 81 ◦ blue 11

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

Shades of Persimmon #F0510B

Tints of Persimmon #F0510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 72.29%
G = 24.4%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0510B (or 0xF0510B) is known color: Persimmon. HEX triplet: F0, 51 and 0B. RGB value is (240,81,11). Sum of RGB (Red+Green+Blue) = 240+81+11=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0510B is #0FAEF4. Grayscale: #787878. Windows color (decimal): -1027829 or 741872. OLE color: 741872.

HSL color Cylindrical-coordinate representation of color #F0510B: hue angle of 18.34º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0510B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 11 -
CMYK 0 0.66 0.95 0.06
HSL 18.34º 0.91% 0.49% -
HSV(B) 18.34º 0.95% 0.94% -
XYZ 38.94 24.43 2.98 -
YUV 120.56 66.18 213.19 -
System Red Green Blue C M Y K H S L
Decimal 240 81 11 0 0.66 0.95 0.06 18.34 0.91 0.49
Hex F0 51 B 0 42 5F 6 12 5B 31
Octal 360 121 13 0 102 137 6 22 133 61
Binary 11110000 1010001 1011 0 1000010 1011111 110 10010 1011011 110001

Color Harmonies of #F0510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0510B

Black with #F0510B

Text Example


Text Example

White with #F0510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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