Html Css Color HEX #FE552A Outrageous Orange

📋 copy color: '#FE552A'

red 254 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #FE552A

Tints of Outrageous Orange #FE552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 66.67%
G = 22.31%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE552A (or 0xFE552A) is known color: Outrageous Orange. HEX triplet: FE, 55 and 2A. RGB value is (254,85,42). Sum of RGB (Red+Green+Blue) = 254+85+42=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE552A is #01AAD5. Grayscale: #828282. Windows color (decimal): -109270 or 2774526. OLE color: 2774526.

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

Color convert

RGB 254 85 42 -
CMYK 0 0.67 0.83 0.00
HSL 12.17º 0.99% 0.58% -
HSV(B) 12.17º 0.83% 1% -
XYZ 44.54 27.74 5.2 -
YUV 130.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 254 85 42 0 0.67 0.83 0.00 12.17 0.99 0.58
Hex FE 55 2A 0 43 53 0 C 63 3A
Octal 376 125 52 0 103 123 0 14 143 72
Binary 11111110 1010101 101010 0 1000011 1010011 0 1100 1100011 111010

Color Harmonies of #FE552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE552A

Black with #FE552A

Text Example


Text Example

White with #FE552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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