Html Css Color HEX #FE502F Outrageous Orange

📋 copy color: '#FE502F'

red 254 ◦ green 80 ◦ blue 47

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

Shades of Outrageous Orange #FE502F

Tints of Outrageous Orange #FE502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

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

R = 66.67%
G = 21%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE502F (or 0xFE502F) is known color: Outrageous Orange. HEX triplet: FE, 50 and 2F. RGB value is (254,80,47). Sum of RGB (Red+Green+Blue) = 254+80+47=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE502F is #01AFD0. Grayscale: #808080. Windows color (decimal): -110545 or 3100926. OLE color: 3100926.

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

Color convert

RGB 254 80 47 -
CMYK 0 0.69 0.81 0.00
HSL 9.57º 0.99% 0.59% -
HSV(B) 9.57º 0.81% 1% -
XYZ 44.25 27.01 5.57 -
YUV 128.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 254 80 47 0 0.69 0.81 0.00 9.57 0.99 0.59
Hex FE 50 2F 0 45 51 0 A 63 3B
Octal 376 120 57 0 105 121 0 12 143 73
Binary 11111110 1010000 101111 0 1000101 1010001 0 1010 1100011 111011

Color Harmonies of #FE502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE502F

Black with #FE502F

Text Example


Text Example

White with #FE502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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