Html Css Color HEX #FE524B Sunset Orange

📋 copy color: '#FE524B'

red 254 ◦ green 82 ◦ blue 75

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

Shades of Sunset Orange #FE524B

Tints of Sunset Orange #FE524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.95%

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

R = 61.8%
G = 19.95%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE524B (or 0xFE524B) is known color: Sunset Orange. HEX triplet: FE, 52 and 4B. RGB value is (254,82,75). Sum of RGB (Red+Green+Blue) = 254+82+75=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE524B is #01ADB4. Grayscale: #848484. Windows color (decimal): -110005 or 4936446. OLE color: 4936446.

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

Color convert

RGB 254 82 75 -
CMYK 0 0.68 0.70 0.00
HSL 2.35º 0.99% 0.65% -
HSV(B) 2.35º 0.7% 1% -
XYZ 45.16 27.61 9.61 -
YUV 132.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 254 82 75 0 0.68 0.70 0.00 2.35 0.99 0.65
Hex FE 52 4B 0 44 46 0 2 63 41
Octal 376 122 113 0 104 106 0 2 143 101
Binary 11111110 1010010 1001011 0 1000100 1000110 0 10 1100011 1000001

Color Harmonies of #FE524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE524B

Black with #FE524B

Text Example


Text Example

White with #FE524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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