Html Css Color HEX #FF8530 Sun

📋 copy color: '#FF8530'

red 255 ◦ green 133 ◦ blue 48

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

Shades of Sun #FF8530

Tints of Sun #FF8530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 58.49%
G = 30.5%
B = 11.01%

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

#FF8530 (or 0xFF8530) is known color: Sun. HEX triplet: FF, 85 and 30. RGB value is (255,133,48). Sum of RGB (Red+Green+Blue) = 255+133+48=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8530 is #007ACF. Grayscale: #A0A0A0. Windows color (decimal): -31440 or 3180031. OLE color: 3180031.

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

Color convert

RGB 255 133 48 -
CMYK 0 0.48 0.81 0
HSL 24.64º 1% 0.59% -
HSV(B) 24.64º 0.81% 1% -
XYZ 50.16 38.25 7.54 -
YUV 159.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 255 133 48 0 0.48 0.81 0 24.64 1 0.59
Hex FF 85 30 0 30 51 0 19 64 3B
Octal 377 205 60 0 60 121 0 31 144 73
Binary 11111111 10000101 110000 0 110000 1010001 0 11001 1100100 111011

Color Harmonies of #FF8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8530

Black with #FF8530

Text Example


Text Example

White with #FF8530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8530; }

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

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

background-color css

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

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

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

border-color css

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

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

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