Html Css Color HEX #F35212 Persimmon

📋 copy color: '#F35212'

red 243 ◦ green 82 ◦ blue 18

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

Shades of Persimmon #F35212

Tints of Persimmon #F35212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 70.85%
G = 23.91%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F35212 (or 0xF35212) is known color: Persimmon. HEX triplet: F3, 52 and 12. RGB value is (243,82,18). Sum of RGB (Red+Green+Blue) = 243+82+18=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F35212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35212 is #0CADED. Grayscale: #7B7B7B. Windows color (decimal): -830958 or 1200883. OLE color: 1200883.

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

Color convert

RGB 243 82 18 -
CMYK 0 0.66 0.93 0.05
HSL 17.07º 0.9% 0.51% -
HSV(B) 17.07º 0.93% 0.95% -
XYZ 40.09 25.13 3.31 -
YUV 122.84 68.84 213.7 -
System Red Green Blue C M Y K H S L
Decimal 243 82 18 0 0.66 0.93 0.05 17.07 0.9 0.51
Hex F3 52 12 0 42 5D 5 11 5A 33
Octal 363 122 22 0 102 135 5 21 132 63
Binary 11110011 1010010 10010 0 1000010 1011101 101 10001 1011010 110011

Color Harmonies of #F35212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35212

Black with #F35212

Text Example


Text Example

White with #F35212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35212; }

 p { color: rgb(243,82,18); }

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

background-color css

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

 a { background-color: rgb(243,82,18); }

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

border-color css

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

 span { border-color: rgb(243,82,18); }

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