Html Css Color HEX #FE512B Outrageous Orange

📋 copy color: '#FE512B'

red 254 ◦ green 81 ◦ blue 43

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

Shades of Outrageous Orange #FE512B

Tints of Outrageous Orange #FE512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 67.2%
G = 21.43%
B = 11.38%

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

#FE512B (or 0xFE512B) is known color: Outrageous Orange. HEX triplet: FE, 51 and 2B. RGB value is (254,81,43). Sum of RGB (Red+Green+Blue) = 254+81+43=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE512B is #01AED4. Grayscale: #808080. Windows color (decimal): -110293 or 2839038. OLE color: 2839038.

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

Color convert

RGB 254 81 43 -
CMYK 0 0.68 0.83 0.00
HSL 10.81º 0.99% 0.58% -
HSV(B) 10.81º 0.83% 1% -
XYZ 44.25 27.13 5.19 -
YUV 128.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 254 81 43 0 0.68 0.83 0.00 10.81 0.99 0.58
Hex FE 51 2B 0 44 53 0 B 63 3A
Octal 376 121 53 0 104 123 0 13 143 72
Binary 11111110 1010001 101011 0 1000100 1010011 0 1011 1100011 111010

Color Harmonies of #FE512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE512B

Black with #FE512B

Text Example


Text Example

White with #FE512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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