Html Css Color HEX #FE4314 Orange Red

📋 copy color: '#FE4314'

red 254 ◦ green 67 ◦ blue 20

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

Shades of Orange Red #FE4314

Tints of Orange Red #FE4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 74.49%
G = 19.65%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE4314 (or 0xFE4314) is known color: Orange Red. HEX triplet: FE, 43 and 14. RGB value is (254,67,20). Sum of RGB (Red+Green+Blue) = 254+67+20=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4314 is #01BCEB. Grayscale: #757575. Windows color (decimal): -113900 or 1328126. OLE color: 1328126.

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

Color convert

RGB 254 67 20 -
CMYK 0 0.74 0.92 0.00
HSL 12.05º 0.99% 0.54% -
HSV(B) 12.05º 0.92% 1% -
XYZ 43.01 25.14 3.25 -
YUV 117.56 72.95 225.32 -
System Red Green Blue C M Y K H S L
Decimal 254 67 20 0 0.74 0.92 0.00 12.05 0.99 0.54
Hex FE 43 14 0 4A 5C 0 C 63 36
Octal 376 103 24 0 112 134 0 14 143 66
Binary 11111110 1000011 10100 0 1001010 1011100 0 1100 1100011 110110

Color Harmonies of #FE4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4314

Black with #FE4314

Text Example


Text Example

White with #FE4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4314; }

 p { color: rgb(254,67,20); }

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

background-color css

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

 a { background-color: rgb(254,67,20); }

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

border-color css

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

 span { border-color: rgb(254,67,20); }

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