Html Css Color HEX #F05401 Persimmon

📋 copy color: '#F05401'

red 240 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #F05401

Tints of Persimmon #F05401

RGB

 RED value IS 240 (94.14% from 255) = 73.85%

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 73.85%
G = 25.85%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F05401 (or 0xF05401) is known color: Persimmon. HEX triplet: F0, 54 and 01. RGB value is (240,84,1). Sum of RGB (Red+Green+Blue) = 240+84+1=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F05401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05401 is #0FABFE. Grayscale: #797979. Windows color (decimal): -1027071 or 87280. OLE color: 87280.

HSL color Cylindrical-coordinate representation of color #F05401: hue angle of 20.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05401 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 1 -
CMYK 0 0.65 1.00 0.06
HSL 20.84º 0.99% 0.47% -
HSV(B) 20.84º 1% 0.94% -
XYZ 39.11 24.87 2.77 -
YUV 121.18 60.18 212.75 -
System Red Green Blue C M Y K H S L
Decimal 240 84 1 0 0.65 1.00 0.06 20.84 0.99 0.47
Hex F0 54 1 0 41 64 6 15 63 2F
Octal 360 124 1 0 101 144 6 25 143 57
Binary 11110000 1010100 1 0 1000001 1100100 110 10101 1100011 101111

Color Harmonies of #F05401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05401

Black with #F05401

Text Example


Text Example

White with #F05401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05401; }

 p { color: rgb(240,84,1); }

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

background-color css

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

 a { background-color: rgb(240,84,1); }

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

border-color css

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

 span { border-color: rgb(240,84,1); }

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