Html Css Color HEX #F6580A Persimmon

📋 copy color: '#F6580A'

red 246 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #F6580A

Tints of Persimmon #F6580A

RGB

 RED value IS 246 (96.48% from 255) = 71.51%

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 71.51%
G = 25.58%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6580A (or 0xF6580A) is known color: Persimmon. HEX triplet: F6, 58 and 0A. RGB value is (246,88,10). Sum of RGB (Red+Green+Blue) = 246+88+10=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6580A is #09A7F5. Grayscale: #7E7E7E. Windows color (decimal): -632822 or 678134. OLE color: 678134.

HSL color Cylindrical-coordinate representation of color #F6580A: hue angle of 19.83º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6580A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 88 10 -
CMYK 0 0.64 0.96 0.04
HSL 19.83º 0.93% 0.5% -
HSV(B) 19.83º 0.96% 0.96% -
XYZ 41.55 26.59 3.23 -
YUV 126.35 62.35 213.34 -
System Red Green Blue C M Y K H S L
Decimal 246 88 10 0 0.64 0.96 0.04 19.83 0.93 0.5
Hex F6 58 A 0 40 60 4 14 5D 32
Octal 366 130 12 0 100 140 4 24 135 62
Binary 11110110 1011000 1010 0 1000000 1100000 100 10100 1011101 110010

Color Harmonies of #F6580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6580A

Black with #F6580A

Text Example


Text Example

White with #F6580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6580A; }

 p { color: rgb(246,88,10); }

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

background-color css

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

 a { background-color: rgb(246,88,10); }

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

border-color css

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

 span { border-color: rgb(246,88,10); }

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