#FBC742

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

Shades of Sunglow #FBC742

Tints of Sunglow #FBC742

Color information

#FBC742 (or 0xFBC742) is unknown color: approx Sunglow. HEX triplet: FB, C7 and 42. RGB value is (251,199,66). Sum of RGB (Red+Green+Blue) = 251+199+66=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC742 is #0438BD. Grayscale: #C7C7C7. Windows color (decimal): -276670 or 4376571. OLE color: 4376571.

HSL color Cylindrical-coordinate representation of color #FBC742: hue angle of 43.14º 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 #FBC742 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25119966-
CMYK00.210.740.02
HSL43.14º95.85%62.16%-
HSV(B)43.14º73.71%98.43%-
XYZ61.1961.7513.85-
YUV199.3952.73164.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.64%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 66 (26.17% from 255) = 12.79%
R=48.64%
G=38.57%
B=12.79%

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
Decimal2511996600.210.740.0243.1495.8562.16
HexFBC7420154A22b603e
Octal37330710202511225314076
Binary111110111100011110000100101011001010101010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC742; }

 p { color: rgb(251,199,66); }

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

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

 a { background-color: rgb(251,199,66); }

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

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

 span { border-color: rgb(251,199,66); }

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