Html Css Color HEX #F7580C Persimmon

📋 copy color: '#F7580C'

red 247 ◦ green 88 ◦ blue 12

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

Shades of Persimmon #F7580C

Tints of Persimmon #F7580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 71.18%
G = 25.36%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7580C (or 0xF7580C) is known color: Persimmon. HEX triplet: F7, 58 and 0C. RGB value is (247,88,12). Sum of RGB (Red+Green+Blue) = 247+88+12=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F7580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7580C is #08A7F3. Grayscale: #7F7F7F. Windows color (decimal): -567284 or 809207. OLE color: 809207.

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

Color convert

RGB 247 88 12 -
CMYK 0 0.64 0.95 0.03
HSL 19.4º 0.94% 0.51% -
HSV(B) 19.4º 0.95% 0.97% -
XYZ 41.91 26.78 3.31 -
YUV 126.88 63.18 213.68 -
System Red Green Blue C M Y K H S L
Decimal 247 88 12 0 0.64 0.95 0.03 19.4 0.94 0.51
Hex F7 58 C 0 40 5F 3 13 5E 33
Octal 367 130 14 0 100 137 3 23 136 63
Binary 11110111 1011000 1100 0 1000000 1011111 11 10011 1011110 110011

Color Harmonies of #F7580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7580C

Black with #F7580C

Text Example


Text Example

White with #F7580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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