Html Css Color HEX #FE420F Orange Red

📋 copy color: '#FE420F'

red 254 ◦ green 66 ◦ blue 15

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

Shades of Orange Red #FE420F

Tints of Orange Red #FE420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.48%

R = 75.82%
G = 19.7%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE420F (or 0xFE420F) is known color: Orange Red. HEX triplet: FE, 42 and 0F. RGB value is (254,66,15). Sum of RGB (Red+Green+Blue) = 254+66+15=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE420F is #01BDF0. Grayscale: #747474. Windows color (decimal): -114161 or 1000190. OLE color: 1000190.

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

Color convert

RGB 254 66 15 -
CMYK 0 0.74 0.94 0.00
HSL 12.8º 0.99% 0.53% -
HSV(B) 12.8º 0.94% 1% -
XYZ 42.91 25 3.02 -
YUV 116.4 70.78 226.15 -
System Red Green Blue C M Y K H S L
Decimal 254 66 15 0 0.74 0.94 0.00 12.8 0.99 0.53
Hex FE 42 F 0 4A 5E 0 D 63 35
Octal 376 102 17 0 112 136 0 15 143 65
Binary 11111110 1000010 1111 0 1001010 1011110 0 1101 1100011 110101

Color Harmonies of #FE420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE420F

Black with #FE420F

Text Example


Text Example

White with #FE420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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