Html Css Color HEX #F35E11 Persimmon

📋 copy color: '#F35E11'

red 243 ◦ green 94 ◦ blue 17

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

Shades of Persimmon #F35E11

Tints of Persimmon #F35E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 68.64%
G = 26.55%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F35E11 (or 0xF35E11) is known color: Persimmon. HEX triplet: F3, 5E and 11. RGB value is (243,94,17). Sum of RGB (Red+Green+Blue) = 243+94+17=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35E11 is #0CA1EE. Grayscale: #828282. Windows color (decimal): -827887 or 1138419. OLE color: 1138419.

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

Color convert

RGB 243 94 17 -
CMYK 0 0.61 0.93 0.05
HSL 20.44º 0.9% 0.51% -
HSV(B) 20.44º 0.93% 0.95% -
XYZ 41.07 27.1 3.6 -
YUV 129.77 64.36 208.76 -
System Red Green Blue C M Y K H S L
Decimal 243 94 17 0 0.61 0.93 0.05 20.44 0.9 0.51
Hex F3 5E 11 0 3D 5D 5 14 5A 33
Octal 363 136 21 0 75 135 5 24 132 63
Binary 11110011 1011110 10001 0 111101 1011101 101 10100 1011010 110011

Color Harmonies of #F35E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35E11

Black with #F35E11

Text Example


Text Example

White with #F35E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35E11; }

 p { color: rgb(243,94,17); }

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

background-color css

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

 a { background-color: rgb(243,94,17); }

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

border-color css

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

 span { border-color: rgb(243,94,17); }

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