Html Css Color HEX #F75521 Outrageous Orange

📋 copy color: '#F75521'

red 247 ◦ green 85 ◦ blue 33

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

Shades of Outrageous Orange #F75521

Tints of Outrageous Orange #F75521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 67.67%
G = 23.29%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F75521 (or 0xF75521) is known color: Outrageous Orange. HEX triplet: F7, 55 and 21. RGB value is (247,85,33). Sum of RGB (Red+Green+Blue) = 247+85+33=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F75521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75521 is #08AADE. Grayscale: #7F7F7F. Windows color (decimal): -568031 or 2184695. OLE color: 2184695.

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

Color convert

RGB 247 85 33 -
CMYK 0 0.66 0.87 0.03
HSL 14.58º 0.93% 0.55% -
HSV(B) 14.58º 0.87% 0.97% -
XYZ 41.88 26.38 4.32 -
YUV 127.51 74.67 213.23 -
System Red Green Blue C M Y K H S L
Decimal 247 85 33 0 0.66 0.87 0.03 14.58 0.93 0.55
Hex F7 55 21 0 42 57 3 F 5D 37
Octal 367 125 41 0 102 127 3 17 135 67
Binary 11110111 1010101 100001 0 1000010 1010111 11 1111 1011101 110111

Color Harmonies of #F75521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75521

Black with #F75521

Text Example


Text Example

White with #F75521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75521; }

 p { color: rgb(247,85,33); }

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

background-color css

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

 a { background-color: rgb(247,85,33); }

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

border-color css

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

 span { border-color: rgb(247,85,33); }

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