Html Css Color HEX #F75A19 Persimmon

📋 copy color: '#F75A19'

red 247 ◦ green 90 ◦ blue 25

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

Shades of Persimmon #F75A19

Tints of Persimmon #F75A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

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

R = 68.23%
G = 24.86%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F75A19 (or 0xF75A19) is known color: Persimmon. HEX triplet: F7, 5A and 19. RGB value is (247,90,25). Sum of RGB (Red+Green+Blue) = 247+90+25=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A19 is #08A5E6. Grayscale: #818181. Windows color (decimal): -566759 or 1661687. OLE color: 1661687.

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

Color convert

RGB 247 90 25 -
CMYK 0 0.64 0.90 0.03
HSL 17.57º 0.93% 0.53% -
HSV(B) 17.57º 0.9% 0.97% -
XYZ 42.19 27.16 3.94 -
YUV 129.53 69.01 211.79 -
System Red Green Blue C M Y K H S L
Decimal 247 90 25 0 0.64 0.90 0.03 17.57 0.93 0.53
Hex F7 5A 19 0 40 5A 3 12 5D 35
Octal 367 132 31 0 100 132 3 22 135 65
Binary 11110111 1011010 11001 0 1000000 1011010 11 10010 1011101 110101

Color Harmonies of #F75A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A19

Black with #F75A19

Text Example


Text Example

White with #F75A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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