Html Css Color HEX #F35512 Persimmon

📋 copy color: '#F35512'

red 243 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #F35512

Tints of Persimmon #F35512

RGB

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

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

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

R = 70.23%
G = 24.57%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F35512 (or 0xF35512) is known color: Persimmon. HEX triplet: F3, 55 and 12. RGB value is (243,85,18). Sum of RGB (Red+Green+Blue) = 243+85+18=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F35512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35512 is #0CAAED. Grayscale: #7D7D7D. Windows color (decimal): -830190 or 1201651. OLE color: 1201651.

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

Color convert

RGB 243 85 18 -
CMYK 0 0.65 0.93 0.05
HSL 17.87º 0.9% 0.51% -
HSV(B) 17.87º 0.93% 0.95% -
XYZ 40.32 25.6 3.39 -
YUV 124.6 67.85 212.45 -
System Red Green Blue C M Y K H S L
Decimal 243 85 18 0 0.65 0.93 0.05 17.87 0.9 0.51
Hex F3 55 12 0 41 5D 5 12 5A 33
Octal 363 125 22 0 101 135 5 22 132 63
Binary 11110011 1010101 10010 0 1000001 1011101 101 10010 1011010 110011

Color Harmonies of #F35512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35512

Black with #F35512

Text Example


Text Example

White with #F35512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35512; }

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

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

background-color css

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

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

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

border-color css

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

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

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