Html Css Color HEX #FE6229 Outrageous Orange

📋 copy color: '#FE6229'

red 254 ◦ green 98 ◦ blue 41

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

Shades of Outrageous Orange #FE6229

Tints of Outrageous Orange #FE6229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 64.63%
G = 24.94%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE6229 (or 0xFE6229) is known color: Outrageous Orange. HEX triplet: FE, 62 and 29. RGB value is (254,98,41). Sum of RGB (Red+Green+Blue) = 254+98+41=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6229 is #019DD6. Grayscale: #8A8A8A. Windows color (decimal): -105943 or 2712318. OLE color: 2712318.

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

Color convert

RGB 254 98 41 -
CMYK 0 0.61 0.84 0.00
HSL 16.06º 0.99% 0.58% -
HSV(B) 16.06º 0.84% 1% -
XYZ 45.64 29.97 5.48 -
YUV 138.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 254 98 41 0 0.61 0.84 0.00 16.06 0.99 0.58
Hex FE 62 29 0 3D 54 0 10 63 3A
Octal 376 142 51 0 75 124 0 20 143 72
Binary 11111110 1100010 101001 0 111101 1010100 0 10000 1100011 111010

Color Harmonies of #FE6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6229

Black with #FE6229

Text Example


Text Example

White with #FE6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6229; }

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

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

background-color css

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

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

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

border-color css

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

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

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