Html Css Color HEX #F75D12 Persimmon

📋 copy color: '#F75D12'

red 247 ◦ green 93 ◦ blue 18

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

Shades of Persimmon #F75D12

Tints of Persimmon #F75D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 68.99%
G = 25.98%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F75D12 (or 0xF75D12) is known color: Persimmon. HEX triplet: F7, 5D and 12. RGB value is (247,93,18). Sum of RGB (Red+Green+Blue) = 247+93+18=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D12 is #08A2ED. Grayscale: #828282. Windows color (decimal): -565998 or 1203703. OLE color: 1203703.

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

Color convert

RGB 247 93 18 -
CMYK 0 0.62 0.93 0.03
HSL 19.65º 0.93% 0.52% -
HSV(B) 19.65º 0.93% 0.97% -
XYZ 42.38 27.65 3.67 -
YUV 130.5 64.52 211.1 -
System Red Green Blue C M Y K H S L
Decimal 247 93 18 0 0.62 0.93 0.03 19.65 0.93 0.52
Hex F7 5D 12 0 3E 5D 3 14 5D 34
Octal 367 135 22 0 76 135 3 24 135 64
Binary 11110111 1011101 10010 0 111110 1011101 11 10100 1011101 110100

Color Harmonies of #F75D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D12

Black with #F75D12

Text Example


Text Example

White with #F75D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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