#FB8C38

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

Shades of Sun #FB8C38

Tints of Sun #FB8C38

Color information

#FB8C38 (or 0xFB8C38) is unknown color: approx Sun. HEX triplet: FB, 8C and 38. RGB value is (251,140,56). Sum of RGB (Red+Green+Blue) = 251+140+56=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C38 is #0473C7. Grayscale: #A4A4A4. Windows color (decimal): -291784 or 3706107. OLE color: 3706107.

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

Color convert

RGB25114056-
CMYK00.440.780.02
HSL25.85º96.06%60.2%-
HSV(B)25.85º77.69%98.43%-
XYZ49.8839.558.75-
YUV163.6167.27190.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.15%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 56 (22.27% from 255) = 12.53%
R=56.15%
G=31.32%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511405600.440.780.0225.8596.0660.2
HexFB8C3802C4E21a603c
Octal3732147005411623214074
Binary11111011100011001110000101100100111010110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8C38; }

 p { color: rgb(251,140,56); }

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

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

 a { background-color: rgb(251,140,56); }

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

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

 span { border-color: rgb(251,140,56); }

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