Html Css Color HEX #FE3F1E Red Orange

📋 copy color: '#FE3F1E'

red 254 ◦ green 63 ◦ blue 30

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

Shades of Red Orange #FE3F1E

Tints of Red Orange #FE3F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 73.2%
G = 18.16%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE3F1E (or 0xFE3F1E) is known color: Red Orange. HEX triplet: FE, 3F and 1E. RGB value is (254,63,30). Sum of RGB (Red+Green+Blue) = 254+63+30=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F1E is #01C0E1. Grayscale: #747474. Windows color (decimal): -114914 or 1982462. OLE color: 1982462.

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

Color convert

RGB 254 63 30 -
CMYK 0 0.75 0.88 0.00
HSL 8.84º 0.99% 0.56% -
HSV(B) 8.84º 0.88% 1% -
XYZ 42.88 24.72 3.74 -
YUV 116.35 79.28 226.18 -
System Red Green Blue C M Y K H S L
Decimal 254 63 30 0 0.75 0.88 0.00 8.84 0.99 0.56
Hex FE 3F 1E 0 4B 58 0 9 63 38
Octal 376 77 36 0 113 130 0 11 143 70
Binary 11111110 111111 11110 0 1001011 1011000 0 1001 1100011 111000

Color Harmonies of #FE3F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F1E

Black with #FE3F1E

Text Example


Text Example

White with #FE3F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F1E; }

 p { color: rgb(254,63,30); }

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

background-color css

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

 a { background-color: rgb(254,63,30); }

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

border-color css

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

 span { border-color: rgb(254,63,30); }

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