Html Css Color HEX #FE5328 Outrageous Orange

📋 copy color: '#FE5328'

red 254 ◦ green 83 ◦ blue 40

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

Shades of Outrageous Orange #FE5328

Tints of Outrageous Orange #FE5328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 67.37%
G = 22.02%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE5328 (or 0xFE5328) is known color: Outrageous Orange. HEX triplet: FE, 53 and 28. RGB value is (254,83,40). Sum of RGB (Red+Green+Blue) = 254+83+40=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5328 is #01ACD7. Grayscale: #818181. Windows color (decimal): -109784 or 2642942. OLE color: 2642942.

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

Color convert

RGB 254 83 40 -
CMYK 0 0.67 0.84 0.00
HSL 12.06º 0.99% 0.58% -
HSV(B) 12.06º 0.84% 1% -
XYZ 44.35 27.41 4.96 -
YUV 129.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 254 83 40 0 0.67 0.84 0.00 12.06 0.99 0.58
Hex FE 53 28 0 43 54 0 C 63 3A
Octal 376 123 50 0 103 124 0 14 143 72
Binary 11111110 1010011 101000 0 1000011 1010100 0 1100 1100011 111010

Color Harmonies of #FE5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5328

Black with #FE5328

Text Example


Text Example

White with #FE5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5328; }

 p { color: rgb(254,83,40); }

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

background-color css

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

 a { background-color: rgb(254,83,40); }

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

border-color css

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

 span { border-color: rgb(254,83,40); }

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