Html Css Color HEX #F75122 Outrageous Orange

📋 copy color: '#F75122'

red 247 ◦ green 81 ◦ blue 34

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

Shades of Outrageous Orange #F75122

Tints of Outrageous Orange #F75122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

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

R = 68.23%
G = 22.38%
B = 9.39%

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

#F75122 (or 0xF75122) is known color: Outrageous Orange. HEX triplet: F7, 51 and 22. RGB value is (247,81,34). Sum of RGB (Red+Green+Blue) = 247+81+34=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F75122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75122 is #08AEDD. Grayscale: #7D7D7D. Windows color (decimal): -569054 or 2249207. OLE color: 2249207.

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

Color convert

RGB 247 81 34 -
CMYK 0 0.67 0.86 0.03
HSL 13.24º 0.93% 0.55% -
HSV(B) 13.24º 0.86% 0.97% -
XYZ 41.59 25.77 4.3 -
YUV 125.28 76.5 214.82 -
System Red Green Blue C M Y K H S L
Decimal 247 81 34 0 0.67 0.86 0.03 13.24 0.93 0.55
Hex F7 51 22 0 43 56 3 D 5D 37
Octal 367 121 42 0 103 126 3 15 135 67
Binary 11110111 1010001 100010 0 1000011 1010110 11 1101 1011101 110111

Color Harmonies of #F75122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75122

Black with #F75122

Text Example


Text Example

White with #F75122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75122; }

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

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

background-color css

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

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

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

border-color css

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

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

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