Html Css Color HEX #F06101 Persimmon

📋 copy color: '#F06101'

red 240 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #F06101

Tints of Persimmon #F06101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 71.01%
G = 28.7%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F06101 (or 0xF06101) is known color: Persimmon. HEX triplet: F0, 61 and 01. RGB value is (240,97,1). Sum of RGB (Red+Green+Blue) = 240+97+1=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F06101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06101 is #0F9EFE. Grayscale: #818181. Windows color (decimal): -1023743 or 90608. OLE color: 90608.

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

Color convert

RGB 240 97 1 -
CMYK 0 0.60 1.00 0.06
HSL 24.1º 0.99% 0.47% -
HSV(B) 24.1º 1% 0.94% -
XYZ 40.22 27.08 3.14 -
YUV 128.81 55.88 207.31 -
System Red Green Blue C M Y K H S L
Decimal 240 97 1 0 0.60 1.00 0.06 24.1 0.99 0.47
Hex F0 61 1 0 3C 64 6 18 63 2F
Octal 360 141 1 0 74 144 6 30 143 57
Binary 11110000 1100001 1 0 111100 1100100 110 11000 1100011 101111

Color Harmonies of #F06101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06101

Black with #F06101

Text Example


Text Example

White with #F06101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06101; }

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

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

background-color css

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

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

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

border-color css

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

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

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