Html Css Color HEX #FE552C Outrageous Orange

📋 copy color: '#FE552C'

red 254 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #FE552C

Tints of Outrageous Orange #FE552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.49%

R = 66.32%
G = 22.19%
B = 11.49%

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

#FE552C (or 0xFE552C) is known color: Outrageous Orange. HEX triplet: FE, 55 and 2C. RGB value is (254,85,44). Sum of RGB (Red+Green+Blue) = 254+85+44=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE552C is #01AAD3. Grayscale: #838383. Windows color (decimal): -109268 or 2905598. OLE color: 2905598.

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

Color convert

RGB 254 85 44 -
CMYK 0 0.67 0.83 0.00
HSL 11.71º 0.99% 0.58% -
HSV(B) 11.71º 0.83% 1% -
XYZ 44.58 27.75 5.39 -
YUV 130.86 78.99 215.83 -
System Red Green Blue C M Y K H S L
Decimal 254 85 44 0 0.67 0.83 0.00 11.71 0.99 0.58
Hex FE 55 2C 0 43 53 0 C 63 3A
Octal 376 125 54 0 103 123 0 14 143 72
Binary 11111110 1010101 101100 0 1000011 1010011 0 1100 1100011 111010

Color Harmonies of #FE552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE552C

Black with #FE552C

Text Example


Text Example

White with #FE552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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