Html Css Color HEX #F75D32 Outrageous Orange

📋 copy color: '#F75D32'

red 247 ◦ green 93 ◦ blue 50

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

Shades of Outrageous Orange #F75D32

Tints of Outrageous Orange #F75D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.82%

R = 63.33%
G = 23.85%
B = 12.82%

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

#F75D32 (or 0xF75D32) is known color: Outrageous Orange. HEX triplet: F7, 5D and 32. RGB value is (247,93,50). Sum of RGB (Red+Green+Blue) = 247+93+50=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75D32 is #08A2CD. Grayscale: #868686. Windows color (decimal): -565966 or 3300855. OLE color: 3300855.

HSL color Cylindrical-coordinate representation of color #F75D32: hue angle of 13.1º degrees, saturation: 0.92, 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 #F75D32 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 50 -
CMYK 0 0.62 0.80 0.03
HSL 13.1º 0.92% 0.58% -
HSV(B) 13.1º 0.8% 0.97% -
XYZ 42.85 27.83 6.13 -
YUV 134.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 247 93 50 0 0.62 0.80 0.03 13.1 0.92 0.58
Hex F7 5D 32 0 3E 50 3 D 5C 3A
Octal 367 135 62 0 76 120 3 15 134 72
Binary 11110111 1011101 110010 0 111110 1010000 11 1101 1011100 111010

Color Harmonies of #F75D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D32

Black with #F75D32

Text Example


Text Example

White with #F75D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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