Html Css Color HEX #F75A11 Persimmon

📋 copy color: '#F75A11'

red 247 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #F75A11

Tints of Persimmon #F75A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 69.77%
G = 25.42%
B = 4.8%

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

#F75A11 (or 0xF75A11) is known color: Persimmon. HEX triplet: F7, 5A and 11. RGB value is (247,90,17). Sum of RGB (Red+Green+Blue) = 247+90+17=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A11 is #08A5EE. Grayscale: #818181. Windows color (decimal): -566767 or 1137399. OLE color: 1137399.

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

Color convert

RGB 247 90 17 -
CMYK 0 0.64 0.93 0.03
HSL 19.04º 0.93% 0.52% -
HSV(B) 19.04º 0.93% 0.97% -
XYZ 42.12 27.13 3.55 -
YUV 128.62 65.01 212.44 -
System Red Green Blue C M Y K H S L
Decimal 247 90 17 0 0.64 0.93 0.03 19.04 0.93 0.52
Hex F7 5A 11 0 40 5D 3 13 5D 34
Octal 367 132 21 0 100 135 3 23 135 64
Binary 11110111 1011010 10001 0 1000000 1011101 11 10011 1011101 110100

Color Harmonies of #F75A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A11

Black with #F75A11

Text Example


Text Example

White with #F75A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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