Html Css Color HEX #FE5525 Outrageous Orange

📋 copy color: '#FE5525'

red 254 ◦ green 85 ◦ blue 37

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

Shades of Outrageous Orange #FE5525

Tints of Outrageous Orange #FE5525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 67.55%
G = 22.61%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5525 (or 0xFE5525) is known color: Outrageous Orange. HEX triplet: FE, 55 and 25. RGB value is (254,85,37). Sum of RGB (Red+Green+Blue) = 254+85+37=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5525 is #01AADA. Grayscale: #828282. Windows color (decimal): -109275 or 2446846. OLE color: 2446846.

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

Color convert

RGB 254 85 37 -
CMYK 0 0.67 0.85 0.00
HSL 13.27º 0.99% 0.57% -
HSV(B) 13.27º 0.85% 1% -
XYZ 44.46 27.7 4.75 -
YUV 130.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 254 85 37 0 0.67 0.85 0.00 13.27 0.99 0.57
Hex FE 55 25 0 43 55 0 D 63 39
Octal 376 125 45 0 103 125 0 15 143 71
Binary 11111110 1010101 100101 0 1000011 1010101 0 1101 1100011 111001

Color Harmonies of #FE5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5525

Black with #FE5525

Text Example


Text Example

White with #FE5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5525; }

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

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

background-color css

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

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

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

border-color css

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

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

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