Html Css Color HEX #F75B19 Persimmon

📋 copy color: '#F75B19'

red 247 ◦ green 91 ◦ blue 25

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

Shades of Persimmon #F75B19

Tints of Persimmon #F75B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 68.04%
G = 25.07%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F75B19 (or 0xF75B19) is known color: Persimmon. HEX triplet: F7, 5B and 19. RGB value is (247,91,25). Sum of RGB (Red+Green+Blue) = 247+91+25=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F75B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75B19 is #08A4E6. Grayscale: #828282. Windows color (decimal): -566503 or 1661943. OLE color: 1661943.

HSL color Cylindrical-coordinate representation of color #F75B19: hue angle of 17.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F75B19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 91 25 -
CMYK 0 0.63 0.90 0.03
HSL 17.84º 0.93% 0.53% -
HSV(B) 17.84º 0.9% 0.97% -
XYZ 42.27 27.33 3.97 -
YUV 130.12 68.68 211.37 -
System Red Green Blue C M Y K H S L
Decimal 247 91 25 0 0.63 0.90 0.03 17.84 0.93 0.53
Hex F7 5B 19 0 3F 5A 3 12 5D 35
Octal 367 133 31 0 77 132 3 22 135 65
Binary 11110111 1011011 11001 0 111111 1011010 11 10010 1011101 110101

Color Harmonies of #F75B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75B19

Black with #F75B19

Text Example


Text Example

White with #F75B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75B19; }

 p { color: rgb(247,91,25); }

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

background-color css

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

 a { background-color: rgb(247,91,25); }

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

border-color css

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

 span { border-color: rgb(247,91,25); }

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