Html Css Color HEX #F5521E Outrageous Orange

📋 copy color: '#F5521E'

red 245 ◦ green 82 ◦ blue 30

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

Shades of Outrageous Orange #F5521E

Tints of Outrageous Orange #F5521E

RGB

 RED value IS 245 (96.09% from 255) = 68.63%

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

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 68.63%
G = 22.97%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5521E (or 0xF5521E) is known color: Outrageous Orange. HEX triplet: F5, 52 and 1E. RGB value is (245,82,30). Sum of RGB (Red+Green+Blue) = 245+82+30=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5521E is #0AADE1. Grayscale: #7D7D7D. Windows color (decimal): -699874 or 1987317. OLE color: 1987317.

HSL color Cylindrical-coordinate representation of color #F5521E: hue angle of 14.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5521E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 30 -
CMYK 0 0.67 0.88 0.04
HSL 14.51º 0.91% 0.54% -
HSV(B) 14.51º 0.88% 0.96% -
XYZ 40.91 25.54 4 -
YUV 124.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 245 82 30 0 0.67 0.88 0.04 14.51 0.91 0.54
Hex F5 52 1E 0 43 58 4 F 5B 36
Octal 365 122 36 0 103 130 4 17 133 66
Binary 11110101 1010010 11110 0 1000011 1011000 100 1111 1011011 110110

Color Harmonies of #F5521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5521E

Black with #F5521E

Text Example


Text Example

White with #F5521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5521E; }

 p { color: rgb(245,82,30); }

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

background-color css

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

 a { background-color: rgb(245,82,30); }

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

border-color css

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

 span { border-color: rgb(245,82,30); }

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