Html Css Color HEX #F0580B Persimmon

📋 copy color: '#F0580B'

red 240 ◦ green 88 ◦ blue 11

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

Shades of Persimmon #F0580B

Tints of Persimmon #F0580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 70.8%
G = 25.96%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0580B (or 0xF0580B) is known color: Persimmon. HEX triplet: F0, 58 and 0B. RGB value is (240,88,11). Sum of RGB (Red+Green+Blue) = 240+88+11=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0580B is #0FA7F4. Grayscale: #7D7D7D. Windows color (decimal): -1026037 or 743664. OLE color: 743664.

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

Color convert

RGB 240 88 11 -
CMYK 0 0.63 0.95 0.06
HSL 20.17º 0.91% 0.49% -
HSV(B) 20.17º 0.95% 0.94% -
XYZ 39.49 25.53 3.16 -
YUV 124.67 63.86 210.26 -
System Red Green Blue C M Y K H S L
Decimal 240 88 11 0 0.63 0.95 0.06 20.17 0.91 0.49
Hex F0 58 B 0 3F 5F 6 14 5B 31
Octal 360 130 13 0 77 137 6 24 133 61
Binary 11110000 1011000 1011 0 111111 1011111 110 10100 1011011 110001

Color Harmonies of #F0580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0580B

Black with #F0580B

Text Example


Text Example

White with #F0580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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