Html Css Color HEX #FE534B Sunset Orange

📋 copy color: '#FE534B'

red 254 ◦ green 83 ◦ blue 75

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

Shades of Sunset Orange #FE534B

Tints of Sunset Orange #FE534B

RGB

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

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

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

R = 61.65%
G = 20.15%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE534B (or 0xFE534B) is known color: Sunset Orange. HEX triplet: FE, 53 and 4B. RGB value is (254,83,75). Sum of RGB (Red+Green+Blue) = 254+83+75=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE534B is #01ACB4. Grayscale: #858585. Windows color (decimal): -109749 or 4936702. OLE color: 4936702.

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

Color convert

RGB 254 83 75 -
CMYK 0 0.67 0.70 0.00
HSL 2.68º 0.99% 0.65% -
HSV(B) 2.68º 0.7% 1% -
XYZ 45.24 27.77 9.63 -
YUV 133.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 254 83 75 0 0.67 0.70 0.00 2.68 0.99 0.65
Hex FE 53 4B 0 43 46 0 3 63 41
Octal 376 123 113 0 103 106 0 3 143 101
Binary 11111110 1010011 1001011 0 1000011 1000110 0 11 1100011 1000001

Color Harmonies of #FE534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE534B

Black with #FE534B

Text Example


Text Example

White with #FE534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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