Html Css Color HEX #FE4C28 Red Orange

📋 copy color: '#FE4C28'

red 254 ◦ green 76 ◦ blue 40

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

Shades of Red Orange #FE4C28

Tints of Red Orange #FE4C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 68.65%
G = 20.54%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE4C28 (or 0xFE4C28) is known color: Red Orange. HEX triplet: FE, 4C and 28. RGB value is (254,76,40). Sum of RGB (Red+Green+Blue) = 254+76+40=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4C28 is #01B3D7. Grayscale: #7D7D7D. Windows color (decimal): -111576 or 2641150. OLE color: 2641150.

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

Color convert

RGB 254 76 40 -
CMYK 0 0.70 0.84 0.00
HSL 10.09º 0.99% 0.58% -
HSV(B) 10.09º 0.84% 1% -
XYZ 43.84 26.39 4.79 -
YUV 125.12 79.97 219.93 -
System Red Green Blue C M Y K H S L
Decimal 254 76 40 0 0.70 0.84 0.00 10.09 0.99 0.58
Hex FE 4C 28 0 46 54 0 A 63 3A
Octal 376 114 50 0 106 124 0 12 143 72
Binary 11111110 1001100 101000 0 1000110 1010100 0 1010 1100011 111010

Color Harmonies of #FE4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C28

Black with #FE4C28

Text Example


Text Example

White with #FE4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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