Html Css Color HEX #FE4226 Red Orange

📋 copy color: '#FE4226'

red 254 ◦ green 66 ◦ blue 38

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

Shades of Red Orange #FE4226

Tints of Red Orange #FE4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

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

R = 70.95%
G = 18.44%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE4226 (or 0xFE4226) is known color: Red Orange. HEX triplet: FE, 42 and 26. RGB value is (254,66,38). Sum of RGB (Red+Green+Blue) = 254+66+38=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4226 is #01BDD9. Grayscale: #777777. Windows color (decimal): -114138 or 2507518. OLE color: 2507518.

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

Color convert

RGB 254 66 38 -
CMYK 0 0.74 0.85 0.00
HSL 7.78º 0.99% 0.57% -
HSV(B) 7.78º 0.85% 1% -
XYZ 43.17 25.11 4.4 -
YUV 119.02 82.28 224.28 -
System Red Green Blue C M Y K H S L
Decimal 254 66 38 0 0.74 0.85 0.00 7.78 0.99 0.57
Hex FE 42 26 0 4A 55 0 8 63 39
Octal 376 102 46 0 112 125 0 10 143 71
Binary 11111110 1000010 100110 0 1001010 1010101 0 1000 1100011 111001

Color Harmonies of #FE4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4226

Black with #FE4226

Text Example


Text Example

White with #FE4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4226; }

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

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

background-color css

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

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

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

border-color css

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

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

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