Html Css Color HEX #F75222 Outrageous Orange

📋 copy color: '#F75222'

red 247 ◦ green 82 ◦ blue 34

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

Shades of Outrageous Orange #F75222

Tints of Outrageous Orange #F75222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 68.04%
G = 22.59%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F75222 (or 0xF75222) is known color: Outrageous Orange. HEX triplet: F7, 52 and 22. RGB value is (247,82,34). Sum of RGB (Red+Green+Blue) = 247+82+34=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F75222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75222 is #08ADDD. Grayscale: #7E7E7E. Windows color (decimal): -568798 or 2249463. OLE color: 2249463.

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

Color convert

RGB 247 82 34 -
CMYK 0 0.67 0.86 0.03
HSL 13.52º 0.93% 0.55% -
HSV(B) 13.52º 0.86% 0.97% -
XYZ 41.66 25.92 4.32 -
YUV 125.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 247 82 34 0 0.67 0.86 0.03 13.52 0.93 0.55
Hex F7 52 22 0 43 56 3 E 5D 37
Octal 367 122 42 0 103 126 3 16 135 67
Binary 11110111 1010010 100010 0 1000011 1010110 11 1110 1011101 110111

Color Harmonies of #F75222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75222

Black with #F75222

Text Example


Text Example

White with #F75222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75222; }

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

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

background-color css

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

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

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

border-color css

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

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

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