Html Css Color HEX #F3580E Persimmon

📋 copy color: '#F3580E'

red 243 ◦ green 88 ◦ blue 14

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

Shades of Persimmon #F3580E

Tints of Persimmon #F3580E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 70.43%
G = 25.51%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3580E (or 0xF3580E) is known color: Persimmon. HEX triplet: F3, 58 and 0E. RGB value is (243,88,14). Sum of RGB (Red+Green+Blue) = 243+88+14=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3580E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3580E is #0CA7F1. Grayscale: #7E7E7E. Windows color (decimal): -829426 or 940275. OLE color: 940275.

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

Color convert

RGB 243 88 14 -
CMYK 0 0.64 0.94 0.05
HSL 19.39º 0.91% 0.5% -
HSV(B) 19.39º 0.94% 0.95% -
XYZ 40.53 26.07 3.31 -
YUV 125.91 64.85 211.52 -
System Red Green Blue C M Y K H S L
Decimal 243 88 14 0 0.64 0.94 0.05 19.39 0.91 0.5
Hex F3 58 E 0 40 5E 5 13 5B 32
Octal 363 130 16 0 100 136 5 23 133 62
Binary 11110011 1011000 1110 0 1000000 1011110 101 10011 1011011 110010

Color Harmonies of #F3580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3580E

Black with #F3580E

Text Example


Text Example

White with #F3580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3580E; }

 p { color: rgb(243,88,14); }

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

background-color css

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

 a { background-color: rgb(243,88,14); }

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

border-color css

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

 span { border-color: rgb(243,88,14); }

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