Html Css Color HEX #FE3027 Red Orange

📋 copy color: '#FE3027'

red 254 ◦ green 48 ◦ blue 39

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

Shades of Red Orange #FE3027

Tints of Red Orange #FE3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

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

R = 74.49%
G = 14.08%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE3027 (or 0xFE3027) is known color: Red Orange. HEX triplet: FE, 30 and 27. RGB value is (254,48,39). Sum of RGB (Red+Green+Blue) = 254+48+39=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3027 is #01CFD8. Grayscale: #6C6C6C. Windows color (decimal): -118745 or 2568446. OLE color: 2568446.

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

Color convert

RGB 254 48 39 -
CMYK 0 0.81 0.85 0.00
HSL 2.51º 0.99% 0.57% -
HSV(B) 2.51º 0.85% 1% -
XYZ 42.3 23.33 4.19 -
YUV 108.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 254 48 39 0 0.81 0.85 0.00 2.51 0.99 0.57
Hex FE 30 27 0 51 55 0 3 63 39
Octal 376 60 47 0 121 125 0 3 143 71
Binary 11111110 110000 100111 0 1010001 1010101 0 11 1100011 111001

Color Harmonies of #FE3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3027

Black with #FE3027

Text Example


Text Example

White with #FE3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3027; }

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

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

background-color css

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

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

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

border-color css

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

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

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