Html Css Color HEX #FE480D Orange Red

📋 copy color: '#FE480D'

red 254 ◦ green 72 ◦ blue 13

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

Shades of Orange Red #FE480D

Tints of Orange Red #FE480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 74.93%
G = 21.24%
B = 3.83%

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

#FE480D (or 0xFE480D) is known color: Orange Red. HEX triplet: FE, 48 and 0D. RGB value is (254,72,13). Sum of RGB (Red+Green+Blue) = 254+72+13=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE480D is #01B7F2. Grayscale: #787878. Windows color (decimal): -112627 or 870654. OLE color: 870654.

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

Color convert

RGB 254 72 13 -
CMYK 0 0.72 0.95 0.00
HSL 14.69º 0.99% 0.52% -
HSV(B) 14.69º 0.95% 1% -
XYZ 43.26 25.73 3.07 -
YUV 119.69 67.8 223.8 -
System Red Green Blue C M Y K H S L
Decimal 254 72 13 0 0.72 0.95 0.00 14.69 0.99 0.52
Hex FE 48 D 0 48 5F 0 F 63 34
Octal 376 110 15 0 110 137 0 17 143 64
Binary 11111110 1001000 1101 0 1001000 1011111 0 1111 1100011 110100

Color Harmonies of #FE480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE480D

Black with #FE480D

Text Example


Text Example

White with #FE480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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