Html Css Color HEX #F7580B Persimmon

📋 copy color: '#F7580B'

red 247 ◦ green 88 ◦ blue 11

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

Shades of Persimmon #F7580B

Tints of Persimmon #F7580B

RGB

 RED value IS 247 (96.88% from 255) = 71.39%

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

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

R = 71.39%
G = 25.43%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7580B (or 0xF7580B) is known color: Persimmon. HEX triplet: F7, 58 and 0B. RGB value is (247,88,11). Sum of RGB (Red+Green+Blue) = 247+88+11=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7580B is #08A7F4. Grayscale: #7F7F7F. Windows color (decimal): -567285 or 743671. OLE color: 743671.

HSL color Cylindrical-coordinate representation of color #F7580B: hue angle of 19.58º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7580B is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 88 11 -
CMYK 0 0.64 0.96 0.03
HSL 19.58º 0.94% 0.51% -
HSV(B) 19.58º 0.96% 0.97% -
XYZ 41.91 26.78 3.28 -
YUV 126.76 62.68 213.76 -
System Red Green Blue C M Y K H S L
Decimal 247 88 11 0 0.64 0.96 0.03 19.58 0.94 0.51
Hex F7 58 B 0 40 60 3 14 5E 33
Octal 367 130 13 0 100 140 3 24 136 63
Binary 11110111 1011000 1011 0 1000000 1100000 11 10100 1011110 110011

Color Harmonies of #F7580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7580B

Black with #F7580B

Text Example


Text Example

White with #F7580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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