Html Css Color HEX #F35413 Persimmon

📋 copy color: '#F35413'

red 243 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #F35413

Tints of Persimmon #F35413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 70.23%
G = 24.28%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F35413 (or 0xF35413) is known color: Persimmon. HEX triplet: F3, 54 and 13. RGB value is (243,84,19). Sum of RGB (Red+Green+Blue) = 243+84+19=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F35413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35413 is #0CABEC. Grayscale: #7C7C7C. Windows color (decimal): -830445 or 1266931. OLE color: 1266931.

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

Color convert

RGB 243 84 19 -
CMYK 0 0.65 0.92 0.05
HSL 17.41º 0.9% 0.51% -
HSV(B) 17.41º 0.92% 0.95% -
XYZ 40.25 25.44 3.41 -
YUV 124.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 243 84 19 0 0.65 0.92 0.05 17.41 0.9 0.51
Hex F3 54 13 0 41 5C 5 11 5A 33
Octal 363 124 23 0 101 134 5 21 132 63
Binary 11110011 1010100 10011 0 1000001 1011100 101 10001 1011010 110011

Color Harmonies of #F35413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35413

Black with #F35413

Text Example


Text Example

White with #F35413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35413; }

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

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

background-color css

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

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

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

border-color css

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

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

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