Html Css Color HEX #F46001 Persimmon

📋 copy color: '#F46001'

red 244 ◦ green 96 ◦ blue 1

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

Shades of Persimmon #F46001

Tints of Persimmon #F46001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 71.55%
G = 28.15%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F46001 (or 0xF46001) is known color: Persimmon. HEX triplet: F4, 60 and 01. RGB value is (244,96,1). Sum of RGB (Red+Green+Blue) = 244+96+1=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F46001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46001 is #0B9FFE. Grayscale: #818181. Windows color (decimal): -761855 or 90356. OLE color: 90356.

HSL color Cylindrical-coordinate representation of color #F46001: hue angle of 23.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F46001 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 96 1 -
CMYK 0 0.61 1.00 0.04
HSL 23.46º 0.99% 0.48% -
HSV(B) 23.46º 1% 0.96% -
XYZ 41.5 27.6 3.17 -
YUV 129.42 55.53 209.72 -
System Red Green Blue C M Y K H S L
Decimal 244 96 1 0 0.61 1.00 0.04 23.46 0.99 0.48
Hex F4 60 1 0 3D 64 4 17 63 30
Octal 364 140 1 0 75 144 4 27 143 60
Binary 11110100 1100000 1 0 111101 1100100 100 10111 1100011 110000

Color Harmonies of #F46001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46001

Black with #F46001

Text Example


Text Example

White with #F46001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46001; }

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

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

background-color css

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

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

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

border-color css

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

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

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