Html Css Color HEX #FE402E Red Orange

📋 copy color: '#FE402E'

red 254 ◦ green 64 ◦ blue 46

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

Shades of Red Orange #FE402E

Tints of Red Orange #FE402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 69.78%
G = 17.58%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE402E (or 0xFE402E) is known color: Red Orange. HEX triplet: FE, 40 and 2E. RGB value is (254,64,46). Sum of RGB (Red+Green+Blue) = 254+64+46=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE402E is #01BFD1. Grayscale: #777777. Windows color (decimal): -114642 or 3031294. OLE color: 3031294.

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

Color convert

RGB 254 64 46 -
CMYK 0 0.75 0.82 0.00
HSL 5.19º 0.99% 0.59% -
HSV(B) 5.19º 0.82% 1% -
XYZ 43.2 24.93 5.12 -
YUV 118.76 86.95 224.46 -
System Red Green Blue C M Y K H S L
Decimal 254 64 46 0 0.75 0.82 0.00 5.19 0.99 0.59
Hex FE 40 2E 0 4B 52 0 5 63 3B
Octal 376 100 56 0 113 122 0 5 143 73
Binary 11111110 1000000 101110 0 1001011 1010010 0 101 1100011 111011

Color Harmonies of #FE402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE402E

Black with #FE402E

Text Example


Text Example

White with #FE402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE402E; }

 p { color: rgb(254,64,46); }

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

background-color css

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

 a { background-color: rgb(254,64,46); }

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

border-color css

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

 span { border-color: rgb(254,64,46); }

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