Html Css Color HEX #FE3714 Orange Red

📋 copy color: '#FE3714'

red 254 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #FE3714

Tints of Orange Red #FE3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 77.2%
G = 16.72%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE3714 (or 0xFE3714) is known color: Orange Red. HEX triplet: FE, 37 and 14. RGB value is (254,55,20). Sum of RGB (Red+Green+Blue) = 254+55+20=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3714 is #01C8EB. Grayscale: #6E6E6E. Windows color (decimal): -116972 or 1325054. OLE color: 1325054.

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

Color convert

RGB 254 55 20 -
CMYK 0 0.78 0.92 0.00
HSL 8.97º 0.99% 0.54% -
HSV(B) 8.97º 0.92% 1% -
XYZ 42.37 23.85 3.03 -
YUV 110.51 76.93 230.35 -
System Red Green Blue C M Y K H S L
Decimal 254 55 20 0 0.78 0.92 0.00 8.97 0.99 0.54
Hex FE 37 14 0 4E 5C 0 9 63 36
Octal 376 67 24 0 116 134 0 11 143 66
Binary 11111110 110111 10100 0 1001110 1011100 0 1001 1100011 110110

Color Harmonies of #FE3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3714

Black with #FE3714

Text Example


Text Example

White with #FE3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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