Html Css Color HEX #FE532F Outrageous Orange

📋 copy color: '#FE532F'

red 254 ◦ green 83 ◦ blue 47

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

Shades of Outrageous Orange #FE532F

Tints of Outrageous Orange #FE532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

 BLUE value IS 47 (18.75% from 255) = 12.24%

R = 66.15%
G = 21.61%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE532F (or 0xFE532F) is known color: Outrageous Orange. HEX triplet: FE, 53 and 2F. RGB value is (254,83,47). Sum of RGB (Red+Green+Blue) = 254+83+47=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE532F is #01ACD0. Grayscale: #828282. Windows color (decimal): -109777 or 3101694. OLE color: 3101694.

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

Color convert

RGB 254 83 47 -
CMYK 0 0.67 0.81 0.00
HSL 10.43º 0.99% 0.59% -
HSV(B) 10.43º 0.81% 1% -
XYZ 44.48 27.46 5.65 -
YUV 130.03 81.15 216.43 -
System Red Green Blue C M Y K H S L
Decimal 254 83 47 0 0.67 0.81 0.00 10.43 0.99 0.59
Hex FE 53 2F 0 43 51 0 A 63 3B
Octal 376 123 57 0 103 121 0 12 143 73
Binary 11111110 1010011 101111 0 1000011 1010001 0 1010 1100011 111011

Color Harmonies of #FE532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE532F

Black with #FE532F

Text Example


Text Example

White with #FE532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE532F; }

 p { color: rgb(254,83,47); }

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

background-color css

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

 a { background-color: rgb(254,83,47); }

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

border-color css

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

 span { border-color: rgb(254,83,47); }

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