Html Css Color HEX #F75C01 Persimmon

📋 copy color: '#F75C01'

red 247 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #F75C01

Tints of Persimmon #F75C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 72.65%
G = 27.06%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F75C01 (or 0xF75C01) is known color: Persimmon. HEX triplet: F7, 5C and 01. RGB value is (247,92,1). Sum of RGB (Red+Green+Blue) = 247+92+1=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C01 is #08A3FE. Grayscale: #808080. Windows color (decimal): -566271 or 89335. OLE color: 89335.

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

Color convert

RGB 247 92 1 -
CMYK 0 0.63 1.00 0.03
HSL 22.2º 0.99% 0.49% -
HSV(B) 22.2º 1% 0.97% -
XYZ 42.19 27.43 3.1 -
YUV 127.97 56.35 212.9 -
System Red Green Blue C M Y K H S L
Decimal 247 92 1 0 0.63 1.00 0.03 22.2 0.99 0.49
Hex F7 5C 1 0 3F 64 3 16 63 31
Octal 367 134 1 0 77 144 3 26 143 61
Binary 11110111 1011100 1 0 111111 1100100 11 10110 1100011 110001

Color Harmonies of #F75C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C01

Black with #F75C01

Text Example


Text Example

White with #F75C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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