Html Css Color HEX #F75D13 Persimmon

📋 copy color: '#F75D13'

red 247 ◦ green 93 ◦ blue 19

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

Shades of Persimmon #F75D13

Tints of Persimmon #F75D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 68.8%
G = 25.91%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F75D13 (or 0xF75D13) is known color: Persimmon. HEX triplet: F7, 5D and 13. RGB value is (247,93,19). Sum of RGB (Red+Green+Blue) = 247+93+19=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D13 is #08A2EC. Grayscale: #838383. Windows color (decimal): -565997 or 1269239. OLE color: 1269239.

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

Color convert

RGB 247 93 19 -
CMYK 0 0.62 0.92 0.03
HSL 19.47º 0.93% 0.52% -
HSV(B) 19.47º 0.92% 0.97% -
XYZ 42.39 27.65 3.72 -
YUV 130.61 65.02 211.02 -
System Red Green Blue C M Y K H S L
Decimal 247 93 19 0 0.62 0.92 0.03 19.47 0.93 0.52
Hex F7 5D 13 0 3E 5C 3 13 5D 34
Octal 367 135 23 0 76 134 3 23 135 64
Binary 11110111 1011101 10011 0 111110 1011100 11 10011 1011101 110100

Color Harmonies of #F75D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D13

Black with #F75D13

Text Example


Text Example

White with #F75D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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