Html Css Color HEX #FE512A Outrageous Orange

📋 copy color: '#FE512A'

red 254 ◦ green 81 ◦ blue 42

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

Shades of Outrageous Orange #FE512A

Tints of Outrageous Orange #FE512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 67.37%
G = 21.49%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE512A (or 0xFE512A) is known color: Outrageous Orange. HEX triplet: FE, 51 and 2A. RGB value is (254,81,42). Sum of RGB (Red+Green+Blue) = 254+81+42=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE512A is #01AED5. Grayscale: #808080. Windows color (decimal): -110294 or 2773502. OLE color: 2773502.

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

Color convert

RGB 254 81 42 -
CMYK 0 0.68 0.83 0.00
HSL 11.04º 0.99% 0.58% -
HSV(B) 11.04º 0.83% 1% -
XYZ 44.23 27.12 5.09 -
YUV 128.28 79.31 217.67 -
System Red Green Blue C M Y K H S L
Decimal 254 81 42 0 0.68 0.83 0.00 11.04 0.99 0.58
Hex FE 51 2A 0 44 53 0 B 63 3A
Octal 376 121 52 0 104 123 0 13 143 72
Binary 11111110 1010001 101010 0 1000100 1010011 0 1011 1100011 111010

Color Harmonies of #FE512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE512A

Black with #FE512A

Text Example


Text Example

White with #FE512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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