Html Css Color HEX #F3530E Persimmon

📋 copy color: '#F3530E'

red 243 ◦ green 83 ◦ blue 14

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

Shades of Persimmon #F3530E

Tints of Persimmon #F3530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 71.47%
G = 24.41%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3530E (or 0xF3530E) is known color: Persimmon. HEX triplet: F3, 53 and 0E. RGB value is (243,83,14). Sum of RGB (Red+Green+Blue) = 243+83+14=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3530E is #0CACF1. Grayscale: #7B7B7B. Windows color (decimal): -830706 or 938995. OLE color: 938995.

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

Color convert

RGB 243 83 14 -
CMYK 0 0.66 0.94 0.05
HSL 18.08º 0.91% 0.5% -
HSV(B) 18.08º 0.94% 0.95% -
XYZ 40.13 25.27 3.18 -
YUV 122.97 66.51 213.61 -
System Red Green Blue C M Y K H S L
Decimal 243 83 14 0 0.66 0.94 0.05 18.08 0.91 0.5
Hex F3 53 E 0 42 5E 5 12 5B 32
Octal 363 123 16 0 102 136 5 22 133 62
Binary 11110011 1010011 1110 0 1000010 1011110 101 10010 1011011 110010

Color Harmonies of #F3530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3530E

Black with #F3530E

Text Example


Text Example

White with #F3530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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