Html Css Color HEX #F0500B Persimmon

📋 copy color: '#F0500B'

red 240 ◦ green 80 ◦ blue 11

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

Shades of Persimmon #F0500B

Tints of Persimmon #F0500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 72.51%
G = 24.17%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0500B (or 0xF0500B) is known color: Persimmon. HEX triplet: F0, 50 and 0B. RGB value is (240,80,11). Sum of RGB (Red+Green+Blue) = 240+80+11=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F0500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0500B is #0FAFF4. Grayscale: #787878. Windows color (decimal): -1028085 or 741616. OLE color: 741616.

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

Color convert

RGB 240 80 11 -
CMYK 0 0.67 0.95 0.06
HSL 18.08º 0.91% 0.49% -
HSV(B) 18.08º 0.95% 0.94% -
XYZ 38.86 24.29 2.96 -
YUV 119.97 66.51 213.61 -
System Red Green Blue C M Y K H S L
Decimal 240 80 11 0 0.67 0.95 0.06 18.08 0.91 0.49
Hex F0 50 B 0 43 5F 6 12 5B 31
Octal 360 120 13 0 103 137 6 22 133 61
Binary 11110000 1010000 1011 0 1000011 1011111 110 10010 1011011 110001

Color Harmonies of #F0500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0500B

Black with #F0500B

Text Example


Text Example

White with #F0500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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