Html Css Color HEX #FE4C2A Red Orange

📋 copy color: '#FE4C2A'

red 254 ◦ green 76 ◦ blue 42

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

Shades of Red Orange #FE4C2A

Tints of Red Orange #FE4C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 42 (16.8% from 255) = 11.29%

R = 68.28%
G = 20.43%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE4C2A (or 0xFE4C2A) is known color: Red Orange. HEX triplet: FE, 4C and 2A. RGB value is (254,76,42). Sum of RGB (Red+Green+Blue) = 254+76+42=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4C2A is #01B3D5. Grayscale: #7D7D7D. Windows color (decimal): -111574 or 2772222. OLE color: 2772222.

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

Color convert

RGB 254 76 42 -
CMYK 0 0.70 0.83 0.00
HSL 9.62º 0.99% 0.58% -
HSV(B) 9.62º 0.83% 1% -
XYZ 43.88 26.41 4.98 -
YUV 125.35 80.97 219.76 -
System Red Green Blue C M Y K H S L
Decimal 254 76 42 0 0.70 0.83 0.00 9.62 0.99 0.58
Hex FE 4C 2A 0 46 53 0 A 63 3A
Octal 376 114 52 0 106 123 0 12 143 72
Binary 11111110 1001100 101010 0 1000110 1010011 0 1010 1100011 111010

Color Harmonies of #FE4C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C2A

Black with #FE4C2A

Text Example


Text Example

White with #FE4C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C2A; }

 p { color: rgb(254,76,42); }

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

background-color css

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

 a { background-color: rgb(254,76,42); }

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

border-color css

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

 span { border-color: rgb(254,76,42); }

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