Html Css Color HEX #FE8535 Sun

📋 copy color: '#FE8535'

red 254 ◦ green 133 ◦ blue 53

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

Shades of Sun #FE8535

Tints of Sun #FE8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 57.73%
G = 30.23%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE8535 (or 0xFE8535) is known color: Sun. HEX triplet: FE, 85 and 35. RGB value is (254,133,53). Sum of RGB (Red+Green+Blue) = 254+133+53=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8535 is #017ACA. Grayscale: #A0A0A0. Windows color (decimal): -96971 or 3507710. OLE color: 3507710.

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

Color convert

RGB 254 133 53 -
CMYK 0 0.48 0.79 0.00
HSL 23.88º 0.99% 0.6% -
HSV(B) 23.88º 0.79% 1% -
XYZ 49.9 38.1 8.09 -
YUV 160.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 254 133 53 0 0.48 0.79 0.00 23.88 0.99 0.6
Hex FE 85 35 0 30 4F 0 18 63 3C
Octal 376 205 65 0 60 117 0 30 143 74
Binary 11111110 10000101 110101 0 110000 1001111 0 11000 1100011 111100

Color Harmonies of #FE8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8535

Black with #FE8535

Text Example


Text Example

White with #FE8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8535; }

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

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

background-color css

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

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

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

border-color css

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

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

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