Html Css Color HEX #F7522D Outrageous Orange

📋 copy color: '#F7522D'

red 247 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #F7522D

Tints of Outrageous Orange #F7522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 66.04%
G = 21.93%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7522D (or 0xF7522D) is known color: Outrageous Orange. HEX triplet: F7, 52 and 2D. RGB value is (247,82,45). Sum of RGB (Red+Green+Blue) = 247+82+45=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7522D is #08ADD2. Grayscale: #7F7F7F. Windows color (decimal): -568787 or 2970359. OLE color: 2970359.

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

Color convert

RGB 247 82 45 -
CMYK 0 0.67 0.82 0.03
HSL 10.99º 0.93% 0.57% -
HSV(B) 10.99º 0.82% 0.97% -
XYZ 41.85 26 5.3 -
YUV 127.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 247 82 45 0 0.67 0.82 0.03 10.99 0.93 0.57
Hex F7 52 2D 0 43 52 3 B 5D 39
Octal 367 122 55 0 103 122 3 13 135 71
Binary 11110111 1010010 101101 0 1000011 1010010 11 1011 1011101 111001

Color Harmonies of #F7522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7522D

Black with #F7522D

Text Example


Text Example

White with #F7522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7522D; }

 p { color: rgb(247,82,45); }

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

background-color css

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

 a { background-color: rgb(247,82,45); }

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

border-color css

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

 span { border-color: rgb(247,82,45); }

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