Html Css Color HEX #FE5530 Outrageous Orange

📋 copy color: '#FE5530'

red 254 ◦ green 85 ◦ blue 48

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

Shades of Outrageous Orange #FE5530

Tints of Outrageous Orange #FE5530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.4%

R = 65.63%
G = 21.96%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE5530 (or 0xFE5530) is known color: Outrageous Orange. HEX triplet: FE, 55 and 30. RGB value is (254,85,48). Sum of RGB (Red+Green+Blue) = 254+85+48=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5530 is #01AACF. Grayscale: #838383. Windows color (decimal): -109264 or 3167742. OLE color: 3167742.

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

Color convert

RGB 254 85 48 -
CMYK 0 0.67 0.81 0.00
HSL 10.78º 0.99% 0.59% -
HSV(B) 10.78º 0.81% 1% -
XYZ 44.66 27.78 5.81 -
YUV 131.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 254 85 48 0 0.67 0.81 0.00 10.78 0.99 0.59
Hex FE 55 30 0 43 51 0 B 63 3B
Octal 376 125 60 0 103 121 0 13 143 73
Binary 11111110 1010101 110000 0 1000011 1010001 0 1011 1100011 111011

Color Harmonies of #FE5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5530

Black with #FE5530

Text Example


Text Example

White with #FE5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5530; }

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

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

background-color css

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

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

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

border-color css

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

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

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