Html Css Color HEX #FE5024 Outrageous Orange

📋 copy color: '#FE5024'

red 254 ◦ green 80 ◦ blue 36

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

Shades of Outrageous Orange #FE5024

Tints of Outrageous Orange #FE5024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 68.65%
G = 21.62%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE5024 (or 0xFE5024) is known color: Outrageous Orange. HEX triplet: FE, 50 and 24. RGB value is (254,80,36). Sum of RGB (Red+Green+Blue) = 254+80+36=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5024 is #01AFDB. Grayscale: #7F7F7F. Windows color (decimal): -110556 or 2380030. OLE color: 2380030.

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

Color convert

RGB 254 80 36 -
CMYK 0 0.69 0.86 0.00
HSL 12.11º 0.99% 0.57% -
HSV(B) 12.11º 0.86% 1% -
XYZ 44.06 26.94 4.55 -
YUV 127.01 76.65 218.58 -
System Red Green Blue C M Y K H S L
Decimal 254 80 36 0 0.69 0.86 0.00 12.11 0.99 0.57
Hex FE 50 24 0 45 56 0 C 63 39
Octal 376 120 44 0 105 126 0 14 143 71
Binary 11111110 1010000 100100 0 1000101 1010110 0 1100 1100011 111001

Color Harmonies of #FE5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5024

Black with #FE5024

Text Example


Text Example

White with #FE5024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5024; }

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

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

background-color css

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

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

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

border-color css

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

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

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