Html Css Color HEX #F05101 Persimmon

📋 copy color: '#F05101'

red 240 ◦ green 81 ◦ blue 1

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

Shades of Persimmon #F05101

Tints of Persimmon #F05101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 74.53%
G = 25.16%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F05101 (or 0xF05101) is known color: Persimmon. HEX triplet: F0, 51 and 01. RGB value is (240,81,1). Sum of RGB (Red+Green+Blue) = 240+81+1=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F05101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05101 is #0FAEFE. Grayscale: #777777. Windows color (decimal): -1027839 or 86512. OLE color: 86512.

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

Color convert

RGB 240 81 1 -
CMYK 0 0.66 1.00 0.06
HSL 20.08º 0.99% 0.47% -
HSV(B) 20.08º 1% 0.94% -
XYZ 38.88 24.41 2.69 -
YUV 119.42 61.18 214 -
System Red Green Blue C M Y K H S L
Decimal 240 81 1 0 0.66 1.00 0.06 20.08 0.99 0.47
Hex F0 51 1 0 42 64 6 14 63 2F
Octal 360 121 1 0 102 144 6 24 143 57
Binary 11110000 1010001 1 0 1000010 1100100 110 10100 1100011 101111

Color Harmonies of #F05101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05101

Black with #F05101

Text Example


Text Example

White with #F05101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05101; }

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

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

background-color css

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

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

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

border-color css

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

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

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