Html Css Color HEX #F16012 Persimmon

📋 copy color: '#F16012'

red 241 ◦ green 96 ◦ blue 18

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

Shades of Persimmon #F16012

Tints of Persimmon #F16012

RGB

 RED value IS 241 (94.53% from 255) = 67.89%

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 67.89%
G = 27.04%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16012 (or 0xF16012) is known color: Persimmon. HEX triplet: F1, 60 and 12. RGB value is (241,96,18). Sum of RGB (Red+Green+Blue) = 241+96+18=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F16012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16012 is #0E9FED. Grayscale: #828282. Windows color (decimal): -958446 or 1204465. OLE color: 1204465.

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

Color convert

RGB 241 96 18 -
CMYK 0 0.60 0.93 0.05
HSL 20.99º 0.89% 0.51% -
HSV(B) 20.99º 0.93% 0.95% -
XYZ 40.57 27.11 3.67 -
YUV 130.46 64.54 206.84 -
System Red Green Blue C M Y K H S L
Decimal 241 96 18 0 0.60 0.93 0.05 20.99 0.89 0.51
Hex F1 60 12 0 3C 5D 5 15 59 33
Octal 361 140 22 0 74 135 5 25 131 63
Binary 11110001 1100000 10010 0 111100 1011101 101 10101 1011001 110011

Color Harmonies of #F16012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16012

Black with #F16012

Text Example


Text Example

White with #F16012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16012; }

 p { color: rgb(241,96,18); }

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

background-color css

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

 a { background-color: rgb(241,96,18); }

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

border-color css

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

 span { border-color: rgb(241,96,18); }

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