Html Css Color HEX #F05701 Persimmon

📋 copy color: '#F05701'

red 240 ◦ green 87 ◦ blue 1

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

Shades of Persimmon #F05701

Tints of Persimmon #F05701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 73.17%
G = 26.52%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F05701 (or 0xF05701) is known color: Persimmon. HEX triplet: F0, 57 and 01. RGB value is (240,87,1). Sum of RGB (Red+Green+Blue) = 240+87+1=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F05701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05701 is #0FA8FE. Grayscale: #7B7B7B. Windows color (decimal): -1026303 or 88048. OLE color: 88048.

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

Color convert

RGB 240 87 1 -
CMYK 0 0.64 1.00 0.06
HSL 21.59º 0.99% 0.47% -
HSV(B) 21.59º 1% 0.94% -
XYZ 39.35 25.34 2.85 -
YUV 122.94 59.19 211.49 -
System Red Green Blue C M Y K H S L
Decimal 240 87 1 0 0.64 1.00 0.06 21.59 0.99 0.47
Hex F0 57 1 0 40 64 6 16 63 2F
Octal 360 127 1 0 100 144 6 26 143 57
Binary 11110000 1010111 1 0 1000000 1100100 110 10110 1100011 101111

Color Harmonies of #F05701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05701

Black with #F05701

Text Example


Text Example

White with #F05701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05701; }

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

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

background-color css

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

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

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

border-color css

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

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

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