Html Css Color HEX #F6570C Persimmon

📋 copy color: '#F6570C'

red 246 ◦ green 87 ◦ blue 12

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

Shades of Persimmon #F6570C

Tints of Persimmon #F6570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 71.3%
G = 25.22%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6570C (or 0xF6570C) is known color: Persimmon. HEX triplet: F6, 57 and 0C. RGB value is (246,87,12). Sum of RGB (Red+Green+Blue) = 246+87+12=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6570C is #09A8F3. Grayscale: #7E7E7E. Windows color (decimal): -633076 or 808950. OLE color: 808950.

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

Color convert

RGB 246 87 12 -
CMYK 0 0.65 0.95 0.04
HSL 19.23º 0.93% 0.51% -
HSV(B) 19.23º 0.95% 0.96% -
XYZ 41.48 26.44 3.26 -
YUV 125.99 63.68 213.6 -
System Red Green Blue C M Y K H S L
Decimal 246 87 12 0 0.65 0.95 0.04 19.23 0.93 0.51
Hex F6 57 C 0 41 5F 4 13 5D 33
Octal 366 127 14 0 101 137 4 23 135 63
Binary 11110110 1010111 1100 0 1000001 1011111 100 10011 1011101 110011

Color Harmonies of #F6570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6570C

Black with #F6570C

Text Example


Text Example

White with #F6570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6570C; }

 p { color: rgb(246,87,12); }

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

background-color css

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

 a { background-color: rgb(246,87,12); }

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

border-color css

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

 span { border-color: rgb(246,87,12); }

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