Html Css Color HEX #FE3A1B Red Orange

📋 copy color: '#FE3A1B'

red 254 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #FE3A1B

Tints of Red Orange #FE3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 74.93%
G = 17.11%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE3A1B (or 0xFE3A1B) is known color: Red Orange. HEX triplet: FE, 3A and 1B. RGB value is (254,58,27). Sum of RGB (Red+Green+Blue) = 254+58+27=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A1B is #01C5E4. Grayscale: #717171. Windows color (decimal): -116197 or 1784574. OLE color: 1784574.

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

Color convert

RGB 254 58 27 -
CMYK 0 0.77 0.89 0.00
HSL 8.19º 0.99% 0.55% -
HSV(B) 8.19º 0.89% 1% -
XYZ 42.58 24.18 3.46 -
YUV 113.07 79.43 228.52 -
System Red Green Blue C M Y K H S L
Decimal 254 58 27 0 0.77 0.89 0.00 8.19 0.99 0.55
Hex FE 3A 1B 0 4D 59 0 8 63 37
Octal 376 72 33 0 115 131 0 10 143 67
Binary 11111110 111010 11011 0 1001101 1011001 0 1000 1100011 110111

Color Harmonies of #FE3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A1B

Black with #FE3A1B

Text Example


Text Example

White with #FE3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A1B; }

 p { color: rgb(254,58,27); }

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

background-color css

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

 a { background-color: rgb(254,58,27); }

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

border-color css

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

 span { border-color: rgb(254,58,27); }

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