Html Css Color HEX #FE470D Orange Red

📋 copy color: '#FE470D'

red 254 ◦ green 71 ◦ blue 13

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

Shades of Orange Red #FE470D

Tints of Orange Red #FE470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 75.15%
G = 21.01%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE470D (or 0xFE470D) is known color: Orange Red. HEX triplet: FE, 47 and 0D. RGB value is (254,71,13). Sum of RGB (Red+Green+Blue) = 254+71+13=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE470D is #01B8F2. Grayscale: #777777. Windows color (decimal): -112883 or 870398. OLE color: 870398.

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

Color convert

RGB 254 71 13 -
CMYK 0 0.72 0.95 0.00
HSL 14.44º 0.99% 0.52% -
HSV(B) 14.44º 0.95% 1% -
XYZ 43.2 25.61 3.05 -
YUV 119.11 68.13 224.22 -
System Red Green Blue C M Y K H S L
Decimal 254 71 13 0 0.72 0.95 0.00 14.44 0.99 0.52
Hex FE 47 D 0 48 5F 0 E 63 34
Octal 376 107 15 0 110 137 0 16 143 64
Binary 11111110 1000111 1101 0 1001000 1011111 0 1110 1100011 110100

Color Harmonies of #FE470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE470D

Black with #FE470D

Text Example


Text Example

White with #FE470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE470D; }

 p { color: rgb(254,71,13); }

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

background-color css

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

 a { background-color: rgb(254,71,13); }

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

border-color css

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

 span { border-color: rgb(254,71,13); }

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