Html Css Color HEX #FE4F2F Red Orange

📋 copy color: '#FE4F2F'

red 254 ◦ green 79 ◦ blue 47

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

Shades of Red Orange #FE4F2F

Tints of Red Orange #FE4F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.79%

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

R = 66.84%
G = 20.79%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4F2F (or 0xFE4F2F) is known color: Red Orange. HEX triplet: FE, 4F and 2F. RGB value is (254,79,47). Sum of RGB (Red+Green+Blue) = 254+79+47=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4F2F is #01B0D0. Grayscale: #7F7F7F. Windows color (decimal): -110801 or 3100670. OLE color: 3100670.

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

Color convert

RGB 254 79 47 -
CMYK 0 0.69 0.81 0.00
HSL 9.28º 0.99% 0.59% -
HSV(B) 9.28º 0.81% 1% -
XYZ 44.18 26.87 5.55 -
YUV 127.68 82.48 218.1 -
System Red Green Blue C M Y K H S L
Decimal 254 79 47 0 0.69 0.81 0.00 9.28 0.99 0.59
Hex FE 4F 2F 0 45 51 0 9 63 3B
Octal 376 117 57 0 105 121 0 11 143 73
Binary 11111110 1001111 101111 0 1000101 1010001 0 1001 1100011 111011

Color Harmonies of #FE4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F2F

Black with #FE4F2F

Text Example


Text Example

White with #FE4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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