Html Css Color HEX #FE4200 Orange Red

📋 copy color: '#FE4200'

red 254 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #FE4200

Tints of Orange Red #FE4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 79.38%
G = 20.63%
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

#FE4200 (or 0xFE4200) is known color: Orange Red. HEX triplet: FE, 42 and 00. RGB value is (254,66,0). Sum of RGB (Red+Green+Blue) = 254+66+0=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4200 is #01BDFF. Grayscale: #737373. Windows color (decimal): -114176 or 17150. OLE color: 17150.

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

Color convert

RGB 254 66 0 -
CMYK 0 0.74 1 0.00
HSL 15.59º 1% 0.5% -
HSV(B) 15.59º 1% 1% -
XYZ 42.82 24.97 2.56 -
YUV 114.69 63.28 227.37 -
System Red Green Blue C M Y K H S L
Decimal 254 66 0 0 0.74 1 0.00 15.59 1 0.5
Hex FE 42 0 0 4A 64 0 10 64 32
Octal 376 102 0 0 112 144 0 20 144 62
Binary 11111110 1000010 0 0 1001010 1100100 0 10000 1100100 110010

Color Harmonies of #FE4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4200

Black with #FE4200

Text Example


Text Example

White with #FE4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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