Html Css Color HEX #F3560A Persimmon

📋 copy color: '#F3560A'

red 243 ◦ green 86 ◦ blue 10

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

Shades of Persimmon #F3560A

Tints of Persimmon #F3560A

RGB

 RED value IS 243 (95.31% from 255) = 71.68%

 GREEN value IS 86 (33.98% from 255) = 25.37%

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

R = 71.68%
G = 25.37%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3560A (or 0xF3560A) is known color: Persimmon. HEX triplet: F3, 56 and 0A. RGB value is (243,86,10). Sum of RGB (Red+Green+Blue) = 243+86+10=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3560A is #0CA9F5. Grayscale: #7C7C7C. Windows color (decimal): -829942 or 677619. OLE color: 677619.

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

Color convert

RGB 243 86 10 -
CMYK 0 0.65 0.96 0.05
HSL 19.57º 0.92% 0.5% -
HSV(B) 19.57º 0.96% 0.95% -
XYZ 40.34 25.73 3.13 -
YUV 124.28 63.51 212.68 -
System Red Green Blue C M Y K H S L
Decimal 243 86 10 0 0.65 0.96 0.05 19.57 0.92 0.5
Hex F3 56 A 0 41 60 5 14 5C 32
Octal 363 126 12 0 101 140 5 24 134 62
Binary 11110011 1010110 1010 0 1000001 1100000 101 10100 1011100 110010

Color Harmonies of #F3560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3560A

Black with #F3560A

Text Example


Text Example

White with #F3560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3560A; }

 p { color: rgb(243,86,10); }

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

background-color css

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

 a { background-color: rgb(243,86,10); }

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

border-color css

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

 span { border-color: rgb(243,86,10); }

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