Html Css Color HEX #F75220 Outrageous Orange

📋 copy color: '#F75220'

red 247 ◦ green 82 ◦ blue 32

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

Shades of Outrageous Orange #F75220

Tints of Outrageous Orange #F75220

RGB

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

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

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

R = 68.42%
G = 22.71%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F75220 (or 0xF75220) is known color: Outrageous Orange. HEX triplet: F7, 52 and 20. RGB value is (247,82,32). Sum of RGB (Red+Green+Blue) = 247+82+32=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F75220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75220 is #08ADDF. Grayscale: #7D7D7D. Windows color (decimal): -568800 or 2118391. OLE color: 2118391.

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

Color convert

RGB 247 82 32 -
CMYK 0 0.67 0.87 0.03
HSL 13.95º 0.93% 0.55% -
HSV(B) 13.95º 0.87% 0.97% -
XYZ 41.64 25.91 4.17 -
YUV 125.64 75.16 214.57 -
System Red Green Blue C M Y K H S L
Decimal 247 82 32 0 0.67 0.87 0.03 13.95 0.93 0.55
Hex F7 52 20 0 43 57 3 E 5D 37
Octal 367 122 40 0 103 127 3 16 135 67
Binary 11110111 1010010 100000 0 1000011 1010111 11 1110 1011101 110111

Color Harmonies of #F75220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75220

Black with #F75220

Text Example


Text Example

White with #F75220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75220; }

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

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

background-color css

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

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

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

border-color css

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

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

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