Html Css Color HEX #F75A32 Outrageous Orange

📋 copy color: '#F75A32'

red 247 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #F75A32

Tints of Outrageous Orange #F75A32

RGB

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

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

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

R = 63.82%
G = 23.26%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F75A32 (or 0xF75A32) is known color: Outrageous Orange. HEX triplet: F7, 5A and 32. RGB value is (247,90,50). Sum of RGB (Red+Green+Blue) = 247+90+50=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A32 is #08A5CD. Grayscale: #848484. Windows color (decimal): -566734 or 3300087. OLE color: 3300087.

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

Color convert

RGB 247 90 50 -
CMYK 0 0.64 0.80 0.03
HSL 12.18º 0.92% 0.58% -
HSV(B) 12.18º 0.8% 0.97% -
XYZ 42.59 27.32 6.05 -
YUV 132.38 81.51 209.75 -
System Red Green Blue C M Y K H S L
Decimal 247 90 50 0 0.64 0.80 0.03 12.18 0.92 0.58
Hex F7 5A 32 0 40 50 3 C 5C 3A
Octal 367 132 62 0 100 120 3 14 134 72
Binary 11110111 1011010 110010 0 1000000 1010000 11 1100 1011100 111010

Color Harmonies of #F75A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A32

Black with #F75A32

Text Example


Text Example

White with #F75A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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