Html Css Color HEX #F46012 Persimmon

📋 copy color: '#F46012'

red 244 ◦ green 96 ◦ blue 18

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

Shades of Persimmon #F46012

Tints of Persimmon #F46012

RGB

 RED value IS 244 (95.7% from 255) = 68.16%

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

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

R = 68.16%
G = 26.82%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F46012 (or 0xF46012) is known color: Persimmon. HEX triplet: F4, 60 and 12. RGB value is (244,96,18). Sum of RGB (Red+Green+Blue) = 244+96+18=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F46012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46012 is #0B9FED. Grayscale: #838383. Windows color (decimal): -761838 or 1204468. OLE color: 1204468.

HSL color Cylindrical-coordinate representation of color #F46012: hue angle of 20.71º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F46012 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 96 18 -
CMYK 0 0.61 0.93 0.04
HSL 20.71º 0.91% 0.51% -
HSV(B) 20.71º 0.93% 0.96% -
XYZ 41.6 27.64 3.72 -
YUV 131.36 64.03 208.34 -
System Red Green Blue C M Y K H S L
Decimal 244 96 18 0 0.61 0.93 0.04 20.71 0.91 0.51
Hex F4 60 12 0 3D 5D 4 15 5B 33
Octal 364 140 22 0 75 135 4 25 133 63
Binary 11110100 1100000 10010 0 111101 1011101 100 10101 1011011 110011

Color Harmonies of #F46012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46012

Black with #F46012

Text Example


Text Example

White with #F46012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46012; }

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

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

background-color css

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

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

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

border-color css

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

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

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