Html Css Color HEX #FE3227 Red Orange

📋 copy color: '#FE3227'

red 254 ◦ green 50 ◦ blue 39

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

Shades of Red Orange #FE3227

Tints of Red Orange #FE3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 74.05%
G = 14.58%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE3227 (or 0xFE3227) is known color: Red Orange. HEX triplet: FE, 32 and 27. RGB value is (254,50,39). Sum of RGB (Red+Green+Blue) = 254+50+39=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3227 is #01CDD8. Grayscale: #6D6D6D. Windows color (decimal): -118233 or 2568958. OLE color: 2568958.

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

Color convert

RGB 254 50 39 -
CMYK 0 0.80 0.85 0.00
HSL 3.07º 0.99% 0.57% -
HSV(B) 3.07º 0.85% 1% -
XYZ 42.38 23.5 4.22 -
YUV 109.74 88.09 230.89 -
System Red Green Blue C M Y K H S L
Decimal 254 50 39 0 0.80 0.85 0.00 3.07 0.99 0.57
Hex FE 32 27 0 50 55 0 3 63 39
Octal 376 62 47 0 120 125 0 3 143 71
Binary 11111110 110010 100111 0 1010000 1010101 0 11 1100011 111001

Color Harmonies of #FE3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3227

Black with #FE3227

Text Example


Text Example

White with #FE3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3227; }

 p { color: rgb(254,50,39); }

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

background-color css

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

 a { background-color: rgb(254,50,39); }

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

border-color css

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

 span { border-color: rgb(254,50,39); }

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