Html Css Color HEX #FE5235 Sunset Orange

📋 copy color: '#FE5235'

red 254 ◦ green 82 ◦ blue 53

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

Shades of Sunset Orange #FE5235

Tints of Sunset Orange #FE5235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.62%

R = 65.3%
G = 21.08%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE5235 (or 0xFE5235) is known color: Sunset Orange. HEX triplet: FE, 52 and 35. RGB value is (254,82,53). Sum of RGB (Red+Green+Blue) = 254+82+53=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5235 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5235 is #01ADCA. Grayscale: #828282. Windows color (decimal): -110027 or 3494654. OLE color: 3494654.

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

Color convert

RGB 254 82 53 -
CMYK 0 0.68 0.79 0.00
HSL 8.66º 0.99% 0.6% -
HSV(B) 8.66º 0.79% 1% -
XYZ 44.53 27.36 6.3 -
YUV 130.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 254 82 53 0 0.68 0.79 0.00 8.66 0.99 0.6
Hex FE 52 35 0 44 4F 0 9 63 3C
Octal 376 122 65 0 104 117 0 11 143 74
Binary 11111110 1010010 110101 0 1000100 1001111 0 1001 1100011 111100

Color Harmonies of #FE5235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5235

Black with #FE5235

Text Example


Text Example

White with #FE5235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5235; }

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

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

background-color css

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

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

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

border-color css

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

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

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