Html Css Color HEX #F3550E Persimmon

📋 copy color: '#F3550E'

red 243 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #F3550E

Tints of Persimmon #F3550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

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

R = 71.05%
G = 24.85%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3550E (or 0xF3550E) is known color: Persimmon. HEX triplet: F3, 55 and 0E. RGB value is (243,85,14). Sum of RGB (Red+Green+Blue) = 243+85+14=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3550E is #0CAAF1. Grayscale: #7C7C7C. Windows color (decimal): -830194 or 939507. OLE color: 939507.

HSL color Cylindrical-coordinate representation of color #F3550E: hue angle of 18.6º 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 #F3550E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 85 14 -
CMYK 0 0.65 0.94 0.05
HSL 18.6º 0.91% 0.5% -
HSV(B) 18.6º 0.94% 0.95% -
XYZ 40.29 25.58 3.23 -
YUV 124.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 243 85 14 0 0.65 0.94 0.05 18.6 0.91 0.5
Hex F3 55 E 0 41 5E 5 13 5B 32
Octal 363 125 16 0 101 136 5 23 133 62
Binary 11110011 1010101 1110 0 1000001 1011110 101 10011 1011011 110010

Color Harmonies of #F3550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3550E

Black with #F3550E

Text Example


Text Example

White with #F3550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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