Html Css Color HEX #FE512D Outrageous Orange

📋 copy color: '#FE512D'

red 254 ◦ green 81 ◦ blue 45

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

Shades of Outrageous Orange #FE512D

Tints of Outrageous Orange #FE512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 66.84%
G = 21.32%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE512D (or 0xFE512D) is known color: Outrageous Orange. HEX triplet: FE, 51 and 2D. RGB value is (254,81,45). Sum of RGB (Red+Green+Blue) = 254+81+45=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE512D is #01AED2. Grayscale: #808080. Windows color (decimal): -110291 or 2970110. OLE color: 2970110.

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

Color convert

RGB 254 81 45 -
CMYK 0 0.68 0.82 0.00
HSL 10.33º 0.99% 0.59% -
HSV(B) 10.33º 0.82% 1% -
XYZ 44.29 27.15 5.39 -
YUV 128.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 254 81 45 0 0.68 0.82 0.00 10.33 0.99 0.59
Hex FE 51 2D 0 44 52 0 A 63 3B
Octal 376 121 55 0 104 122 0 12 143 73
Binary 11111110 1010001 101101 0 1000100 1010010 0 1010 1100011 111011

Color Harmonies of #FE512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE512D

Black with #FE512D

Text Example


Text Example

White with #FE512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE512D; }

 p { color: rgb(254,81,45); }

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

background-color css

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

 a { background-color: rgb(254,81,45); }

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

border-color css

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

 span { border-color: rgb(254,81,45); }

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