Html Css Color HEX #FE480B Orange Red

📋 copy color: '#FE480B'

red 254 ◦ green 72 ◦ blue 11

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

Shades of Orange Red #FE480B

Tints of Orange Red #FE480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 75.37%
G = 21.36%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE480B (or 0xFE480B) is known color: Orange Red. HEX triplet: FE, 48 and 0B. RGB value is (254,72,11). Sum of RGB (Red+Green+Blue) = 254+72+11=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE480B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE480B is #01B7F4. Grayscale: #777777. Windows color (decimal): -112629 or 739582. OLE color: 739582.

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

Color convert

RGB 254 72 11 -
CMYK 0 0.72 0.96 0.00
HSL 15.06º 0.99% 0.52% -
HSV(B) 15.06º 0.96% 1% -
XYZ 43.25 25.73 3 -
YUV 119.46 66.8 223.96 -
System Red Green Blue C M Y K H S L
Decimal 254 72 11 0 0.72 0.96 0.00 15.06 0.99 0.52
Hex FE 48 B 0 48 60 0 F 63 34
Octal 376 110 13 0 110 140 0 17 143 64
Binary 11111110 1001000 1011 0 1001000 1100000 0 1111 1100011 110100

Color Harmonies of #FE480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE480B

Black with #FE480B

Text Example


Text Example

White with #FE480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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