Html Css Color HEX #F7522A Outrageous Orange

📋 copy color: '#F7522A'

red 247 ◦ green 82 ◦ blue 42

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

Shades of Outrageous Orange #F7522A

Tints of Outrageous Orange #F7522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 66.58%
G = 22.1%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7522A (or 0xF7522A) is known color: Outrageous Orange. HEX triplet: F7, 52 and 2A. RGB value is (247,82,42). Sum of RGB (Red+Green+Blue) = 247+82+42=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7522A is #08ADD5. Grayscale: #7F7F7F. Windows color (decimal): -568790 or 2773751. OLE color: 2773751.

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

Color convert

RGB 247 82 42 -
CMYK 0 0.67 0.83 0.03
HSL 11.71º 0.93% 0.57% -
HSV(B) 11.71º 0.83% 0.97% -
XYZ 41.79 25.98 5 -
YUV 126.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 247 82 42 0 0.67 0.83 0.03 11.71 0.93 0.57
Hex F7 52 2A 0 43 53 3 C 5D 39
Octal 367 122 52 0 103 123 3 14 135 71
Binary 11110111 1010010 101010 0 1000011 1010011 11 1100 1011101 111001

Color Harmonies of #F7522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7522A

Black with #F7522A

Text Example


Text Example

White with #F7522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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