Html Css Color HEX #FE6226 Outrageous Orange

📋 copy color: '#FE6226'

red 254 ◦ green 98 ◦ blue 38

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

Shades of Outrageous Orange #FE6226

Tints of Outrageous Orange #FE6226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 65.13%
G = 25.13%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE6226 (or 0xFE6226) is known color: Outrageous Orange. HEX triplet: FE, 62 and 26. RGB value is (254,98,38). Sum of RGB (Red+Green+Blue) = 254+98+38=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6226 is #019DD9. Grayscale: #8A8A8A. Windows color (decimal): -105946 or 2515710. OLE color: 2515710.

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

Color convert

RGB 254 98 38 -
CMYK 0 0.61 0.85 0.00
HSL 16.67º 0.99% 0.57% -
HSV(B) 16.67º 0.85% 1% -
XYZ 45.59 29.95 5.21 -
YUV 137.8 71.68 210.88 -
System Red Green Blue C M Y K H S L
Decimal 254 98 38 0 0.61 0.85 0.00 16.67 0.99 0.57
Hex FE 62 26 0 3D 55 0 11 63 39
Octal 376 142 46 0 75 125 0 21 143 71
Binary 11111110 1100010 100110 0 111101 1010101 0 10001 1100011 111001

Color Harmonies of #FE6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6226

Black with #FE6226

Text Example


Text Example

White with #FE6226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6226; }

 p { color: rgb(254,98,38); }

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

background-color css

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

 a { background-color: rgb(254,98,38); }

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

border-color css

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

 span { border-color: rgb(254,98,38); }

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