Html Css Color HEX #F75912 Persimmon

📋 copy color: '#F75912'

red 247 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #F75912

Tints of Persimmon #F75912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

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

R = 69.77%
G = 25.14%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F75912 (or 0xF75912) is known color: Persimmon. HEX triplet: F7, 59 and 12. RGB value is (247,89,18). Sum of RGB (Red+Green+Blue) = 247+89+18=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F75912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75912 is #08A6ED. Grayscale: #808080. Windows color (decimal): -567022 or 1202679. OLE color: 1202679.

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

Color convert

RGB 247 89 18 -
CMYK 0 0.64 0.93 0.03
HSL 18.6º 0.93% 0.52% -
HSV(B) 18.6º 0.93% 0.97% -
XYZ 42.04 26.96 3.56 -
YUV 128.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 247 89 18 0 0.64 0.93 0.03 18.6 0.93 0.52
Hex F7 59 12 0 40 5D 3 13 5D 34
Octal 367 131 22 0 100 135 3 23 135 64
Binary 11110111 1011001 10010 0 1000000 1011101 11 10011 1011101 110100

Color Harmonies of #F75912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75912

Black with #F75912

Text Example


Text Example

White with #F75912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75912; }

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

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

background-color css

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

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

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

border-color css

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

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

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