Html Css Color HEX #FE5526 Outrageous Orange

📋 copy color: '#FE5526'

red 254 ◦ green 85 ◦ blue 38

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

Shades of Outrageous Orange #FE5526

Tints of Outrageous Orange #FE5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 67.37%
G = 22.55%
B = 10.08%

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

#FE5526 (or 0xFE5526) is known color: Outrageous Orange. HEX triplet: FE, 55 and 26. RGB value is (254,85,38). Sum of RGB (Red+Green+Blue) = 254+85+38=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5526 is #01AAD9. Grayscale: #828282. Windows color (decimal): -109274 or 2512382. OLE color: 2512382.

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

Color convert

RGB 254 85 38 -
CMYK 0 0.67 0.85 0.00
HSL 13.06º 0.99% 0.57% -
HSV(B) 13.06º 0.85% 1% -
XYZ 44.47 27.71 4.84 -
YUV 130.17 75.99 216.32 -
System Red Green Blue C M Y K H S L
Decimal 254 85 38 0 0.67 0.85 0.00 13.06 0.99 0.57
Hex FE 55 26 0 43 55 0 D 63 39
Octal 376 125 46 0 103 125 0 15 143 71
Binary 11111110 1010101 100110 0 1000011 1010101 0 1101 1100011 111001

Color Harmonies of #FE5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5526

Black with #FE5526

Text Example


Text Example

White with #FE5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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