Html Css Color HEX #F75E31 Outrageous Orange

📋 copy color: '#F75E31'

red 247 ◦ green 94 ◦ blue 49

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

Shades of Outrageous Orange #F75E31

Tints of Outrageous Orange #F75E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 63.33%
G = 24.1%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F75E31 (or 0xF75E31) is known color: Outrageous Orange. HEX triplet: F7, 5E and 31. RGB value is (247,94,49). Sum of RGB (Red+Green+Blue) = 247+94+49=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75E31 is #08A1CE. Grayscale: #868686. Windows color (decimal): -565711 or 3235575. OLE color: 3235575.

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

Color convert

RGB 247 94 49 -
CMYK 0 0.62 0.80 0.03
HSL 13.64º 0.93% 0.58% -
HSV(B) 13.64º 0.8% 0.97% -
XYZ 42.91 28 6.05 -
YUV 134.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 247 94 49 0 0.62 0.80 0.03 13.64 0.93 0.58
Hex F7 5E 31 0 3E 50 3 E 5D 3A
Octal 367 136 61 0 76 120 3 16 135 72
Binary 11110111 1011110 110001 0 111110 1010000 11 1110 1011101 111010

Color Harmonies of #F75E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E31

Black with #F75E31

Text Example


Text Example

White with #F75E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E31; }

 p { color: rgb(247,94,49); }

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

background-color css

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

 a { background-color: rgb(247,94,49); }

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

border-color css

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

 span { border-color: rgb(247,94,49); }

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