Html Css Color HEX #F75901 Persimmon

📋 copy color: '#F75901'

red 247 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #F75901

Tints of Persimmon #F75901

RGB

 RED value IS 247 (96.88% from 255) = 73.29%

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

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

R = 73.29%
G = 26.41%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F75901 (or 0xF75901) is known color: Persimmon. HEX triplet: F7, 59 and 01. RGB value is (247,89,1). Sum of RGB (Red+Green+Blue) = 247+89+1=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F75901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75901 is #08A6FE. Grayscale: #7E7E7E. Windows color (decimal): -567039 or 88567. OLE color: 88567.

HSL color Cylindrical-coordinate representation of color #F75901: hue angle of 21.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F75901 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 89 1 -
CMYK 0 0.64 1.00 0.03
HSL 21.46º 0.99% 0.49% -
HSV(B) 21.46º 1% 0.97% -
XYZ 41.94 26.92 3.01 -
YUV 126.21 57.35 214.16 -
System Red Green Blue C M Y K H S L
Decimal 247 89 1 0 0.64 1.00 0.03 21.46 0.99 0.49
Hex F7 59 1 0 40 64 3 15 63 31
Octal 367 131 1 0 100 144 3 25 143 61
Binary 11110111 1011001 1 0 1000000 1100100 11 10101 1100011 110001

Color Harmonies of #F75901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75901

Black with #F75901

Text Example


Text Example

White with #F75901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75901; }

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

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

background-color css

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

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

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

border-color css

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

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

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