Html Css Color HEX #F75D09 Persimmon

📋 copy color: '#F75D09'

red 247 ◦ green 93 ◦ blue 9

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

Shades of Persimmon #F75D09

Tints of Persimmon #F75D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

 BLUE value IS 9 (3.91% from 255) = 2.58%

R = 70.77%
G = 26.65%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F75D09 (or 0xF75D09) is known color: Persimmon. HEX triplet: F7, 5D and 09. RGB value is (247,93,9). Sum of RGB (Red+Green+Blue) = 247+93+9=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D09 is #08A2F6. Grayscale: #818181. Windows color (decimal): -566007 or 613879. OLE color: 613879.

HSL color Cylindrical-coordinate representation of color #F75D09: hue angle of 21.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F75D09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 9 -
CMYK 0 0.62 0.96 0.03
HSL 21.18º 0.94% 0.5% -
HSV(B) 21.18º 0.96% 0.97% -
XYZ 42.32 27.62 3.36 -
YUV 129.47 60.02 211.83 -
System Red Green Blue C M Y K H S L
Decimal 247 93 9 0 0.62 0.96 0.03 21.18 0.94 0.5
Hex F7 5D 9 0 3E 60 3 15 5E 32
Octal 367 135 11 0 76 140 3 25 136 62
Binary 11110111 1011101 1001 0 111110 1100000 11 10101 1011110 110010

Color Harmonies of #F75D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D09

Black with #F75D09

Text Example


Text Example

White with #F75D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D09; }

 p { color: rgb(247,93,9); }

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

background-color css

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

 a { background-color: rgb(247,93,9); }

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

border-color css

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

 span { border-color: rgb(247,93,9); }

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