Html Css Color HEX #FF8531 Sun

📋 copy color: '#FF8531'

red 255 ◦ green 133 ◦ blue 49

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

Shades of Sun #FF8531

Tints of Sun #FF8531

RGB

 RED value IS 255 (100% from 255) = 58.35%

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

 BLUE value IS 49 (19.53% from 255) = 11.21%

R = 58.35%
G = 30.43%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8531 (or 0xFF8531) is known color: Sun. HEX triplet: FF, 85 and 31. RGB value is (255,133,49). Sum of RGB (Red+Green+Blue) = 255+133+49=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8531 is #007ACE. Grayscale: #A0A0A0. Windows color (decimal): -31439 or 3245567. OLE color: 3245567.

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

Color convert

RGB 255 133 49 -
CMYK 0 0.48 0.81 0
HSL 24.47º 1% 0.6% -
HSV(B) 24.47º 0.81% 1% -
XYZ 50.18 38.26 7.65 -
YUV 159.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 255 133 49 0 0.48 0.81 0 24.47 1 0.6
Hex FF 85 31 0 30 51 0 18 64 3C
Octal 377 205 61 0 60 121 0 30 144 74
Binary 11111111 10000101 110001 0 110000 1010001 0 11000 1100100 111100

Color Harmonies of #FF8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8531

Black with #FF8531

Text Example


Text Example

White with #FF8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8531; }

 p { color: rgb(255,133,49); }

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

background-color css

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

 a { background-color: rgb(255,133,49); }

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

border-color css

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

 span { border-color: rgb(255,133,49); }

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