#FBC641

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

Shades of Sunglow #FBC641

Tints of Sunglow #FBC641

Color information

#FBC641 (or 0xFBC641) is unknown color: approx Sunglow. HEX triplet: FB, C6 and 41. RGB value is (251,198,65). Sum of RGB (Red+Green+Blue) = 251+198+65=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC641 is #0439BE. Grayscale: #C7C7C7. Windows color (decimal): -276927 or 4310779. OLE color: 4310779.

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

Color convert

RGB25119865-
CMYK00.210.740.02
HSL42.9º95.88%61.96%-
HSV(B)42.9º74.1%98.43%-
XYZ60.9361.2813.62-
YUV198.6852.56165.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 65 (25.78% from 255) = 12.65%
R=48.83%
G=38.52%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511986500.210.740.0242.995.8861.96
HexFBC6410154A22b603e
Octal37330610102511225314076
Binary111110111100011010000010101011001010101010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC641; }

 p { color: rgb(251,198,65); }

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

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

 a { background-color: rgb(251,198,65); }

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

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

 span { border-color: rgb(251,198,65); }

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