Html Css Color HEX #FE4C2F Red Orange

📋 copy color: '#FE4C2F'

red 254 ◦ green 76 ◦ blue 47

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

Shades of Red Orange #FE4C2F

Tints of Red Orange #FE4C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.47%

R = 67.37%
G = 20.16%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4C2F (or 0xFE4C2F) is known color: Red Orange. HEX triplet: FE, 4C and 2F. RGB value is (254,76,47). Sum of RGB (Red+Green+Blue) = 254+76+47=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4C2F is #01B3D0. Grayscale: #7E7E7E. Windows color (decimal): -111569 or 3099902. OLE color: 3099902.

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

Color convert

RGB 254 76 47 -
CMYK 0 0.70 0.81 0.00
HSL 8.41º 0.99% 0.59% -
HSV(B) 8.41º 0.81% 1% -
XYZ 43.97 26.44 5.48 -
YUV 125.92 83.47 219.36 -
System Red Green Blue C M Y K H S L
Decimal 254 76 47 0 0.70 0.81 0.00 8.41 0.99 0.59
Hex FE 4C 2F 0 46 51 0 8 63 3B
Octal 376 114 57 0 106 121 0 10 143 73
Binary 11111110 1001100 101111 0 1000110 1010001 0 1000 1100011 111011

Color Harmonies of #FE4C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C2F

Black with #FE4C2F

Text Example


Text Example

White with #FE4C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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