Html Css Color HEX #FE4100 Orange Red

📋 copy color: '#FE4100'

red 254 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #FE4100

Tints of Orange Red #FE4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.62%
G = 20.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE4100 (or 0xFE4100) is known color: Orange Red. HEX triplet: FE, 41 and 00. RGB value is (254,65,0). Sum of RGB (Red+Green+Blue) = 254+65+0=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4100 is #01BEFF. Grayscale: #727272. Windows color (decimal): -114432 or 16894. OLE color: 16894.

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

Color convert

RGB 254 65 0 -
CMYK 0 0.74 1 0.00
HSL 15.35º 1% 0.5% -
HSV(B) 15.35º 1% 1% -
XYZ 42.76 24.85 2.54 -
YUV 114.1 63.62 227.79 -
System Red Green Blue C M Y K H S L
Decimal 254 65 0 0 0.74 1 0.00 15.35 1 0.5
Hex FE 41 0 0 4A 64 0 F 64 32
Octal 376 101 0 0 112 144 0 17 144 62
Binary 11111110 1000001 0 0 1001010 1100100 0 1111 1100100 110010

Color Harmonies of #FE4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4100

Black with #FE4100

Text Example


Text Example

White with #FE4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4100; }

 p { color: rgb(254,65,0); }

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

background-color css

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

 a { background-color: rgb(254,65,0); }

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

border-color css

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

 span { border-color: rgb(254,65,0); }

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