Html Css Color HEX #FE504B Sunset Orange

📋 copy color: '#FE504B'

red 254 ◦ green 80 ◦ blue 75

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

Shades of Sunset Orange #FE504B

Tints of Sunset Orange #FE504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 62.1%
G = 19.56%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE504B (or 0xFE504B) is known color: Sunset Orange. HEX triplet: FE, 50 and 4B. RGB value is (254,80,75). Sum of RGB (Red+Green+Blue) = 254+80+75=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE504B is #01AFB4. Grayscale: #838383. Windows color (decimal): -110517 or 4935934. OLE color: 4935934.

HSL color Cylindrical-coordinate representation of color #FE504B: hue angle of 1.68º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE504B is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 75 -
CMYK 0 0.69 0.70 0.00
HSL 1.68º 0.99% 0.65% -
HSV(B) 1.68º 0.7% 1% -
XYZ 45.01 27.32 9.56 -
YUV 131.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 254 80 75 0 0.69 0.70 0.00 1.68 0.99 0.65
Hex FE 50 4B 0 45 46 0 2 63 41
Octal 376 120 113 0 105 106 0 2 143 101
Binary 11111110 1010000 1001011 0 1000101 1000110 0 10 1100011 1000001

Color Harmonies of #FE504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE504B

Black with #FE504B

Text Example


Text Example

White with #FE504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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