Html Css Color HEX #FE4121 Red Orange

📋 copy color: '#FE4121'

red 254 ◦ green 65 ◦ blue 33

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

Shades of Red Orange #FE4121

Tints of Red Orange #FE4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

 BLUE value IS 33 (13.28% from 255) = 9.38%

R = 72.16%
G = 18.47%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4121 (or 0xFE4121) is known color: Red Orange. HEX triplet: FE, 41 and 21. RGB value is (254,65,33). Sum of RGB (Red+Green+Blue) = 254+65+33=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4121 is #01BEDE. Grayscale: #767676. Windows color (decimal): -114399 or 2179582. OLE color: 2179582.

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

Color convert

RGB 254 65 33 -
CMYK 0 0.74 0.87 0.00
HSL 8.69º 0.99% 0.56% -
HSV(B) 8.69º 0.87% 1% -
XYZ 43.04 24.96 3.99 -
YUV 117.86 80.12 225.1 -
System Red Green Blue C M Y K H S L
Decimal 254 65 33 0 0.74 0.87 0.00 8.69 0.99 0.56
Hex FE 41 21 0 4A 57 0 9 63 38
Octal 376 101 41 0 112 127 0 11 143 70
Binary 11111110 1000001 100001 0 1001010 1010111 0 1001 1100011 111000

Color Harmonies of #FE4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4121

Black with #FE4121

Text Example


Text Example

White with #FE4121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4121; }

 p { color: rgb(254,65,33); }

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

background-color css

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

 a { background-color: rgb(254,65,33); }

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

border-color css

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

 span { border-color: rgb(254,65,33); }

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