Html Css Color HEX #FE3F1C Red Orange

📋 copy color: '#FE3F1C'

red 254 ◦ green 63 ◦ blue 28

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

Shades of Red Orange #FE3F1C

Tints of Red Orange #FE3F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 73.62%
G = 18.26%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE3F1C (or 0xFE3F1C) is known color: Red Orange. HEX triplet: FE, 3F and 1C. RGB value is (254,63,28). Sum of RGB (Red+Green+Blue) = 254+63+28=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F1C is #01C0E3. Grayscale: #747474. Windows color (decimal): -114916 or 1851390. OLE color: 1851390.

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

Color convert

RGB 254 63 28 -
CMYK 0 0.75 0.89 0.00
HSL 9.29º 0.99% 0.55% -
HSV(B) 9.29º 0.89% 1% -
XYZ 42.86 24.71 3.61 -
YUV 116.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 254 63 28 0 0.75 0.89 0.00 9.29 0.99 0.55
Hex FE 3F 1C 0 4B 59 0 9 63 37
Octal 376 77 34 0 113 131 0 11 143 67
Binary 11111110 111111 11100 0 1001011 1011001 0 1001 1100011 110111

Color Harmonies of #FE3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F1C

Black with #FE3F1C

Text Example


Text Example

White with #FE3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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