Html Css Color HEX #FE5524 Outrageous Orange

📋 copy color: '#FE5524'

red 254 ◦ green 85 ◦ blue 36

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

Shades of Outrageous Orange #FE5524

Tints of Outrageous Orange #FE5524

RGB

 RED value IS 254 (99.61% from 255) = 67.73%

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

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 67.73%
G = 22.67%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE5524 (or 0xFE5524) is known color: Outrageous Orange. HEX triplet: FE, 55 and 24. RGB value is (254,85,36). Sum of RGB (Red+Green+Blue) = 254+85+36=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5524 is #01AADB. Grayscale: #828282. Windows color (decimal): -109276 or 2381310. OLE color: 2381310.

HSL color Cylindrical-coordinate representation of color #FE5524: hue angle of 13.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE5524 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 85 36 -
CMYK 0 0.67 0.86 0.00
HSL 13.49º 0.99% 0.57% -
HSV(B) 13.49º 0.86% 1% -
XYZ 44.44 27.7 4.67 -
YUV 129.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 254 85 36 0 0.67 0.86 0.00 13.49 0.99 0.57
Hex FE 55 24 0 43 56 0 D 63 39
Octal 376 125 44 0 103 126 0 15 143 71
Binary 11111110 1010101 100100 0 1000011 1010110 0 1101 1100011 111001

Color Harmonies of #FE5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5524

Black with #FE5524

Text Example


Text Example

White with #FE5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5524; }

 p { color: rgb(254,85,36); }

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

background-color css

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

 a { background-color: rgb(254,85,36); }

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

border-color css

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

 span { border-color: rgb(254,85,36); }

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