#FB8234

Color #FB8234 Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #FB8234

Tints of Sun #FB8234

Color information

#FB8234 (or 0xFB8234) is unknown color: approx Sun. HEX triplet: FB, 82 and 34. RGB value is (251,130,52). Sum of RGB (Red+Green+Blue) = 251+130+52=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8234 is #047DCB. Grayscale: #9D9D9D. Windows color (decimal): -294348 or 3441403. OLE color: 3441403.

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

Color convert

RGB25113052-
CMYK00.480.790.02
HSL23.52º96.14%59.41%-
HSV(B)23.52º79.28%98.43%-
XYZ48.3936.727.79-
YUV157.2968.59194.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.97%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 52 (20.70% from 255) = 12.01%
R=57.97%
G=30.02%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511305200.480.790.0223.5296.1459.41
HexFB82340304F218603b
Octal3732026406011723014073
Binary11111011100000101101000110000100111110110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8234; }

 p { color: rgb(251,130,52); }

 H1.HeaderClassName
 {
   color: #FB8234;
 }
 .AnyTagClassName
 {
   color: #FB8234;
 }
</style>
background-color css

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

 a { background-color: rgb(251,130,52); }

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

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

 span { border-color: rgb(251,130,52); }

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