Html Css Color HEX #F05901 Persimmon

📋 copy color: '#F05901'

red 240 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #F05901

Tints of Persimmon #F05901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 72.73%
G = 26.97%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F05901 (or 0xF05901) is known color: Persimmon. HEX triplet: F0, 59 and 01. RGB value is (240,89,1). Sum of RGB (Red+Green+Blue) = 240+89+1=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F05901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05901 is #0FA6FE. Grayscale: #7C7C7C. Windows color (decimal): -1025791 or 88560. OLE color: 88560.

HSL color Cylindrical-coordinate representation of color #F05901: hue angle of 22.09º 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 #F05901 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 1 -
CMYK 0 0.63 1.00 0.06
HSL 22.09º 0.99% 0.47% -
HSV(B) 22.09º 1% 0.94% -
XYZ 39.51 25.67 2.9 -
YUV 124.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 240 89 1 0 0.63 1.00 0.06 22.09 0.99 0.47
Hex F0 59 1 0 3F 64 6 16 63 2F
Octal 360 131 1 0 77 144 6 26 143 57
Binary 11110000 1011001 1 0 111111 1100100 110 10110 1100011 101111

Color Harmonies of #F05901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05901

Black with #F05901

Text Example


Text Example

White with #F05901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05901; }

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

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

background-color css

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

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

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

border-color css

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

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

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