Html Css Color HEX #F35313 Persimmon

📋 copy color: '#F35313'

red 243 ◦ green 83 ◦ blue 19

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

Shades of Persimmon #F35313

Tints of Persimmon #F35313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 70.43%
G = 24.06%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F35313 (or 0xF35313) is known color: Persimmon. HEX triplet: F3, 53 and 13. RGB value is (243,83,19). Sum of RGB (Red+Green+Blue) = 243+83+19=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F35313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35313 is #0CACEC. Grayscale: #7B7B7B. Windows color (decimal): -830701 or 1266675. OLE color: 1266675.

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

Color convert

RGB 243 83 19 -
CMYK 0 0.66 0.92 0.05
HSL 17.14º 0.9% 0.51% -
HSV(B) 17.14º 0.92% 0.95% -
XYZ 40.17 25.29 3.38 -
YUV 123.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 243 83 19 0 0.66 0.92 0.05 17.14 0.9 0.51
Hex F3 53 13 0 42 5C 5 11 5A 33
Octal 363 123 23 0 102 134 5 21 132 63
Binary 11110011 1010011 10011 0 1000010 1011100 101 10001 1011010 110011

Color Harmonies of #F35313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35313

Black with #F35313

Text Example


Text Example

White with #F35313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35313; }

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

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

background-color css

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

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

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

border-color css

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

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

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