Html Css Color HEX #FE2F22 Red Orange

📋 copy color: '#FE2F22'

red 254 ◦ green 47 ◦ blue 34

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

Shades of Red Orange #FE2F22

Tints of Red Orange #FE2F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 75.82%
G = 14.03%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE2F22 (or 0xFE2F22) is known color: Red Orange. HEX triplet: FE, 2F and 22. RGB value is (254,47,34). Sum of RGB (Red+Green+Blue) = 254+47+34=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F22 is #01D0DD. Grayscale: #6B6B6B. Windows color (decimal): -119006 or 2240510. OLE color: 2240510.

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

Color convert

RGB 254 47 34 -
CMYK 0 0.81 0.87 0.00
HSL 3.55º 0.99% 0.56% -
HSV(B) 3.55º 0.87% 1% -
XYZ 42.18 23.22 3.77 -
YUV 107.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 254 47 34 0 0.81 0.87 0.00 3.55 0.99 0.56
Hex FE 2F 22 0 51 57 0 4 63 38
Octal 376 57 42 0 121 127 0 4 143 70
Binary 11111110 101111 100010 0 1010001 1010111 0 100 1100011 111000

Color Harmonies of #FE2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F22

Black with #FE2F22

Text Example


Text Example

White with #FE2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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