Html Css Color HEX #FE6134 Outrageous Orange

📋 copy color: '#FE6134'

red 254 ◦ green 97 ◦ blue 52

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

Shades of Outrageous Orange #FE6134

Tints of Outrageous Orange #FE6134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 63.03%
G = 24.07%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE6134 (or 0xFE6134) is known color: Outrageous Orange. HEX triplet: FE, 61 and 34. RGB value is (254,97,52). Sum of RGB (Red+Green+Blue) = 254+97+52=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6134 is #019ECB. Grayscale: #8B8B8B. Windows color (decimal): -106188 or 3432958. OLE color: 3432958.

HSL color Cylindrical-coordinate representation of color #FE6134: hue angle of 13.37º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6134 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 97 52 -
CMYK 0 0.62 0.80 0.00
HSL 13.37º 0.99% 0.6% -
HSV(B) 13.37º 0.8% 1% -
XYZ 45.77 29.87 6.6 -
YUV 138.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 254 97 52 0 0.62 0.80 0.00 13.37 0.99 0.6
Hex FE 61 34 0 3E 50 0 D 63 3C
Octal 376 141 64 0 76 120 0 15 143 74
Binary 11111110 1100001 110100 0 111110 1010000 0 1101 1100011 111100

Color Harmonies of #FE6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6134

Black with #FE6134

Text Example


Text Example

White with #FE6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6134; }

 p { color: rgb(254,97,52); }

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

background-color css

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

 a { background-color: rgb(254,97,52); }

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

border-color css

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

 span { border-color: rgb(254,97,52); }

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