Html Css Color HEX #F75A20 Outrageous Orange

📋 copy color: '#F75A20'

red 247 ◦ green 90 ◦ blue 32

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

Shades of Outrageous Orange #F75A20

Tints of Outrageous Orange #F75A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 66.94%
G = 24.39%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F75A20 (or 0xF75A20) is known color: Outrageous Orange. HEX triplet: F7, 5A and 20. RGB value is (247,90,32). Sum of RGB (Red+Green+Blue) = 247+90+32=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A20 is #08A5DF. Grayscale: #828282. Windows color (decimal): -566752 or 2120439. OLE color: 2120439.

HSL color Cylindrical-coordinate representation of color #F75A20: hue angle of 16.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F75A20 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 32 -
CMYK 0 0.64 0.87 0.03
HSL 16.19º 0.93% 0.55% -
HSV(B) 16.19º 0.87% 0.97% -
XYZ 42.27 27.19 4.39 -
YUV 130.33 72.51 211.22 -
System Red Green Blue C M Y K H S L
Decimal 247 90 32 0 0.64 0.87 0.03 16.19 0.93 0.55
Hex F7 5A 20 0 40 57 3 10 5D 37
Octal 367 132 40 0 100 127 3 20 135 67
Binary 11110111 1011010 100000 0 1000000 1010111 11 10000 1011101 110111

Color Harmonies of #F75A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A20

Black with #F75A20

Text Example


Text Example

White with #F75A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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