Html Css Color HEX #FE5225 Outrageous Orange

📋 copy color: '#FE5225'

red 254 ◦ green 82 ◦ blue 37

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

Shades of Outrageous Orange #FE5225

Tints of Outrageous Orange #FE5225

RGB

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

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

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

R = 68.1%
G = 21.98%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5225 (or 0xFE5225) is known color: Outrageous Orange. HEX triplet: FE, 52 and 25. RGB value is (254,82,37). Sum of RGB (Red+Green+Blue) = 254+82+37=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5225 is #01ADDA. Grayscale: #808080. Windows color (decimal): -110043 or 2446078. OLE color: 2446078.

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

Color convert

RGB 254 82 37 -
CMYK 0 0.68 0.85 0.00
HSL 12.44º 0.99% 0.57% -
HSV(B) 12.44º 0.85% 1% -
XYZ 44.22 27.24 4.68 -
YUV 128.3 76.48 217.66 -
System Red Green Blue C M Y K H S L
Decimal 254 82 37 0 0.68 0.85 0.00 12.44 0.99 0.57
Hex FE 52 25 0 44 55 0 C 63 39
Octal 376 122 45 0 104 125 0 14 143 71
Binary 11111110 1010010 100101 0 1000100 1010101 0 1100 1100011 111001

Color Harmonies of #FE5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5225

Black with #FE5225

Text Example


Text Example

White with #FE5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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